VirtualBox

Ignore:
Timestamp:
Mar 31, 2022 9:00:36 AM (3 years ago)
Author:
vboxsync
Message:

libs/openssl: Update to 3.0.2 and switch to it, bugref:10128

Location:
trunk/src/libs/openssl-3.0.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-3.0.2

    • Property svn:mergeinfo
      •  

        old new  
        1313/vendor/openssl/1.1.1k:145841-145843
        1414/vendor/openssl/3.0.1:150323-150324
        15 /vendor/openssl/current:147554-150322
         15/vendor/openssl/3.0.2:150728-150729
         16/vendor/openssl/current:147554-150727
  • trunk/src/libs/openssl-3.0.2/demos/cipher/Makefile

    r94320 r94404  
    1212LDFLAGS = $(OPENSSL_LIBS_LOCATION) -lssl -lcrypto
    1313
    14 all: aesccm aesgcm
     14all: aesccm aesgcm ariacbc
    1515
    1616aesccm: aesccm.o
    1717aesgcm: aesgcm.o
     18ariacbc: ariacbc.o
    1819
    19 aesccm aesgcm:
     20aesccm aesgcm ariacbc:
    2021        $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
    2122
    2223clean:
    23         $(RM) aesccm aesgcm *.o
     24        $(RM) aesccm aesgcm ariacbc *.o
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette