diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2015-09-13 12:13:03 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2015-09-13 12:13:03 +0000 |
commit | d7c18c6fa3a3777d09b4485a102e9316d3d55031 (patch) | |
tree | 2e29fa8afbd5a1134d0cb0fb90dcfdf3aa72c8e8 /lib/libcrypto/crypto/Makefile | |
parent | 9929d8b49caf5c46a140d3e5a72e0e3ec4d6d28b (diff) |
Nuke openssl/e_os2.h, since nothing should be using it.
ok deraadt@ "hurray! finally!" miod@ "Yay!" sthen@
Diffstat (limited to 'lib/libcrypto/crypto/Makefile')
-rw-r--r-- | lib/libcrypto/crypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/crypto/Makefile b/lib/libcrypto/crypto/Makefile index 9eccb901cd0..45373165b1b 100644 --- a/lib/libcrypto/crypto/Makefile +++ b/lib/libcrypto/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.60 2015/07/19 22:34:27 doug Exp $ +# $OpenBSD: Makefile,v 1.61 2015/09/13 12:13:02 jsing Exp $ LIB= crypto @@ -312,7 +312,6 @@ SRCS+= pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c ${LCRYPTO_SRC}/x509v3 HDRS=\ - e_os2.h \ crypto/aes/aes.h \ crypto/asn1/asn1.h \ crypto/asn1/asn1_mac.h \ |