summaryrefslogtreecommitdiffstats
path: root/lib/libssl
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2014-04-14 22:12:26 +0000
committerbeck <beck@openbsd.org>2014-04-14 22:12:26 +0000
commitd1d2c8c3cb55f7a542c6f528afc09a0b6d19d9cd (patch)
tree63a311265b32849eb16277b4922c2d2024fbfdcc /lib/libssl
parentremove nonstandard DES support because DES. ok beck deraadt miod (diff)
downloadwireguard-openbsd-d1d2c8c3cb55f7a542c6f528afc09a0b6d19d9cd.tar.xz
wireguard-openbsd-d1d2c8c3cb55f7a542c6f528afc09a0b6d19d9cd.zip
o_dir.c has a questionable odor.. now that we got rid of OPENSSL_DIR_XXX
remove it from the build.. we can cvs rm it and the files it includes once we know for sure ports are good. ok deraadt@
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/ssl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/ssl/Makefile b/lib/libssl/ssl/Makefile
index 465e6e96c31..89c79ed8f93 100644
--- a/lib/libssl/ssl/Makefile
+++ b/lib/libssl/ssl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.33 2014/04/14 18:45:55 tedu Exp $
+# $OpenBSD: Makefile,v 1.34 2014/04/14 22:12:26 beck Exp $
LIB= ssl
@@ -23,7 +23,6 @@ SRCS=\
ssl_asn1.c ssl_txt.c ssl_algs.c \
bio_ssl.c ssl_err.c kssl.c tls_srp.c t1_reneg.c
SRCS+= s3_cbc.c
-SRCS+= o_dir.c
HDRS= srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h kssl.h