diff options
| author | beck <> | 2016-09-03 11:33:42 +0000 |
|---|---|---|
| committer | beck <> | 2016-09-03 11:33:42 +0000 |
| commit | 68562b91f88d1a8511c997984c90fcdf0e29fc1f (patch) | |
| tree | 1e21ab7d9cb7a24ab80656b95388a66c396e2ce9 /src/lib | |
| parent | b250807fdfa4a2c82bbfa77e671d727f88ded1c8 (diff) | |
| download | openbsd-68562b91f88d1a8511c997984c90fcdf0e29fc1f.tar.gz openbsd-68562b91f88d1a8511c997984c90fcdf0e29fc1f.tar.bz2 openbsd-68562b91f88d1a8511c997984c90fcdf0e29fc1f.zip | |
Remove the libssl/ssl directory
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/libssl/ssl/Makefile | 51 | ||||
| -rw-r--r-- | src/lib/libssl/ssl/shlib_version | 3 |
2 files changed, 0 insertions, 54 deletions
diff --git a/src/lib/libssl/ssl/Makefile b/src/lib/libssl/ssl/Makefile deleted file mode 100644 index 1e70f47a3e..0000000000 --- a/src/lib/libssl/ssl/Makefile +++ /dev/null | |||
| @@ -1,51 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.57 2016/03/06 14:52:15 beck Exp $ | ||
| 2 | |||
| 3 | LIB= ssl | ||
| 4 | |||
| 5 | SSL_SRC= ${.CURDIR}/../../libssl/src | ||
| 6 | LSSL_SRC= ${SSL_SRC}/ssl | ||
| 7 | |||
| 8 | .include <bsd.own.mk> | ||
| 9 | CFLAGS+= -Wall -Wundef | ||
| 10 | .if ${COMPILER_VERSION:L} != "gcc3" | ||
| 11 | CFLAGS+= -Werror | ||
| 12 | .endif | ||
| 13 | CFLAGS+= -DLIBRESSL_INTERNAL | ||
| 14 | CFLAGS+= -I${SSL_SRC} | ||
| 15 | |||
| 16 | LDADD+= -L${BSDOBJDIR}/lib/libcrypto/crypto -lcrypto | ||
| 17 | |||
| 18 | SRCS=\ | ||
| 19 | s3_srvr.c s3_clnt.c s3_lib.c s3_pkt.c s3_both.c \ | ||
| 20 | s23_srvr.c s23_clnt.c s23_lib.c s23_pkt.c \ | ||
| 21 | t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c \ | ||
| 22 | d1_meth.c d1_srvr.c d1_clnt.c d1_lib.c d1_pkt.c \ | ||
| 23 | d1_both.c d1_enc.c d1_srtp.c \ | ||
| 24 | ssl_lib.c ssl_err2.c ssl_cert.c ssl_sess.c \ | ||
| 25 | ssl_ciph.c ssl_stat.c ssl_rsa.c \ | ||
| 26 | ssl_asn1.c ssl_txt.c ssl_algs.c \ | ||
| 27 | bio_ssl.c ssl_err.c t1_reneg.c \ | ||
| 28 | pqueue.c | ||
| 29 | SRCS+= s3_cbc.c | ||
| 30 | SRCS+= bs_ber.c bs_cbb.c bs_cbs.c | ||
| 31 | |||
| 32 | HDRS= srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h | ||
| 33 | |||
| 34 | .PATH: ${LSSL_SRC} | ||
| 35 | |||
| 36 | includes: | ||
| 37 | @test -d ${DESTDIR}/usr/include/openssl || \ | ||
| 38 | mkdir ${DESTDIR}/usr/include/openssl | ||
| 39 | @cd ${LSSL_SRC}; for i in $(HDRS); do \ | ||
| 40 | j="cmp -s $$i ${DESTDIR}/usr/include/openssl/`basename $$i` || \ | ||
| 41 | ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i\ | ||
| 42 | ${DESTDIR}/usr/include/openssl"; \ | ||
| 43 | echo $$j; \ | ||
| 44 | eval "$$j"; \ | ||
| 45 | done; | ||
| 46 | |||
| 47 | .include <bsd.lib.mk> | ||
| 48 | |||
| 49 | beforeinstall: | ||
| 50 | nm -o lib${LIB}.a | egrep -w 'printf|fprintf' && \ | ||
| 51 | (echo please fix stdio usage in this library; false) || true | ||
diff --git a/src/lib/libssl/ssl/shlib_version b/src/lib/libssl/ssl/shlib_version deleted file mode 100644 index 090dbb8680..0000000000 --- a/src/lib/libssl/ssl/shlib_version +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | # Don't forget to give libtls the same type of bump! | ||
| 2 | major=39 | ||
| 3 | minor=0 | ||
