VirtualBox

Ignore:
Timestamp:
Sep 7, 2021 11:52:57 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146791
Message:

libs/openssl: Disable SM2 and SM4 like Oracle Linux does.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-1.1.1k/include/openssl/opensslconf.h

    r90293 r91138  
    6666#ifndef OPENSSL_NO_RMD160
    6767# define OPENSSL_NO_RMD160
     68#endif
     69#ifndef OPENSSL_NO_SM2
     70# define OPENSSL_NO_SM2     /* Following Oracle Linux' lead and disable this. */
     71#endif
     72#ifndef OPENSSL_NO_SM4
     73# define OPENSSL_NO_SM4     /* Following Oracle Linux' lead and disable this. */
    6874#endif
    6975#ifndef OPENSSL_NO_WHIRLPOOL
Note: See TracChangeset for help on using the changeset viewer.

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