Module Name: src Committed By: christos Date: Mon May 8 19:14:28 UTC 2023
Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: Makefile Log Message: put back ssl.h in libcrypto it is also in libssl To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 \ src/crypto/external/bsd/openssl/lib/libcrypto/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/openssl/lib/libcrypto/Makefile diff -u src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.25 src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.26 --- src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.25 Sun May 7 15:13:15 2023 +++ src/crypto/external/bsd/openssl/lib/libcrypto/Makefile Mon May 8 15:14:28 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2023/05/07 19:13:15 christos Exp $ +# $NetBSD: Makefile,v 1.26 2023/05/08 19:14:28 christos Exp $ # RCSid: # Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp @@ -282,6 +282,7 @@ pkcs12.h \ pkcs7.h \ safestack.h \ srp.h \ +ssl.h \ ui.h \ x509.h \ x509_vfy.h \