[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Mon Nov 5 16:09:14 UTC 2018


The branch master has been updated
       via  93689797a4f4c0ad040f83f264deecbda5df2031 (commit)
      from  41eac6122a9db8ef29ed6115c20f2de4c9232b9b (commit)


- Log -----------------------------------------------------------------
commit 93689797a4f4c0ad040f83f264deecbda5df2031
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Nov 5 16:52:46 2018 +0100

    GMAC: Add subdir info in crypto/build.info for this to build
    
    Reviewed-by: Paul Yang <yang.yang at baishancloud.com>
    (Merged from https://github.com/openssl/openssl/pull/@7572)

-----------------------------------------------------------------------

Summary of changes:
 crypto/build.info | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/build.info b/crypto/build.info
index a8b2497..75739c0 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


More information about the openssl-commits mailing list