From 93689797a4f4c0ad040f83f264deecbda5df2031 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 5 Nov 2018 16:52:46 +0100 Subject: [PATCH] GMAC: Add subdir info in crypto/build.info for this to build Reviewed-by: Paul Yang (Merged from https://github.com/openssl/openssl/pull/@7572) --- crypto/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1