diff options
author | David von Oheimb <David.von.Oheimb@siemens.com> | 2018-11-16 14:05:31 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2019-03-12 13:26:06 +0100 |
commit | a61b7f2fa6de3bf8d5b1436e66c52d6bf7150ae4 (patch) | |
tree | 9281fa1b15fd09fe2358fc5fce8e7ae892bc7b5b /crypto/build.info | |
parent | Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL (diff) | |
download | openssl-a61b7f2fa6de3bf8d5b1436e66c52d6bf7150ae4.tar.xz openssl-a61b7f2fa6de3bf8d5b1436e66c52d6bf7150ae4.zip |
2nd chunk: CRMF code (crypto/crmf/, ) and its integration
in INSTALL, Configure, crypto/build.info, include/openssl/crmferr.h,
crypto/err/, include/openssl/err.h, and (to be updated:) util/libcrypto.num
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7646)
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 0cca6ab7a3..a1ccad44ea 100644 --- a/crypto/build.info +++ b/crypto/build.info @@ -5,7 +5,7 @@ SUBDIRS=objects buffer bio stack lhash rand evp asn1 pem x509 x509v3 conf \ 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 kmac ess + err comp ocsp cms ts srp cmac ct async kmac ess crmf LIBS=../libcrypto # The Core |