diff options
author | Richard Levitte <levitte@openssl.org> | 2018-11-05 16:52:46 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-11-05 17:09:04 +0100 |
commit | 93689797a4f4c0ad040f83f264deecbda5df2031 (patch) | |
tree | 4ead5b60a6344090c9a6d7a5ab20bcbfd4efbec8 /crypto/build.info | |
parent | Fix a collision in function err numbers (diff) | |
download | openssl-93689797a4f4c0ad040f83f264deecbda5df2031.tar.xz openssl-93689797a4f4c0ad040f83f264deecbda5df2031.zip |
GMAC: Add subdir info in crypto/build.info for this to build
Reviewed-by: Paul Yang <yang.yang@baishancloud.com>
(Merged from https://github.com/openssl/openssl/pull/@7572)
Diffstat (limited to 'crypto/build.info')
-rw-r--r-- | crypto/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/build.info b/crypto/build.info index a8b24977da..75739c07a1 100644 --- a/crypto/build.info +++ b/crypto/build.info @@ -2,7 +2,7 @@ # there for further explanations. SUBDIRS=objects buffer bio stack lhash rand evp asn1 pem x509 x509v3 conf \ txt_db pkcs7 pkcs12 ui kdf store \ - md2 md4 md5 sha mdc2 hmac ripemd whrlpool poly1305 blake2 \ + md2 md4 md5 sha mdc2 gmac hmac ripemd whrlpool poly1305 blake2 \ siphash sm3 des aes rc2 rc4 rc5 idea aria bf cast camellia \ seed sm4 chacha modes bn ec rsa dsa dh sm2 dso engine \ err comp ocsp cms ts srp cmac ct async |