summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/Makefile
diff options
context:
space:
mode:
authorbcook <>2015-09-11 14:30:23 +0000
committerbcook <>2015-09-11 14:30:23 +0000
commite8587be16102f0811af023382ffaeb2002feec78 (patch)
treecc1109842924cab95a77b6863b32de51b6d4f960 /src/usr.bin/openssl/Makefile
parent82cae4b4383de8bfbbd8e50f63bab8a8ca7e4ffb (diff)
downloadopenbsd-e8587be16102f0811af023382ffaeb2002feec78.tar.gz
openbsd-e8587be16102f0811af023382ffaeb2002feec78.tar.bz2
openbsd-e8587be16102f0811af023382ffaeb2002feec78.zip
Remove engine command and parameters from openssl(1).
We do not have any builtin or dynamic engines, meaning openssl(1) has no way to use the engine command or parameters at all. ok jsing@
Diffstat (limited to 'src/usr.bin/openssl/Makefile')
-rw-r--r--src/usr.bin/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/Makefile b/src/usr.bin/openssl/Makefile
index 04a24c8c59..db3364b16f 100644
--- a/src/usr.bin/openssl/Makefile
+++ b/src/usr.bin/openssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.5 2015/02/10 15:29:34 jsing Exp $ 1# $OpenBSD: Makefile,v 1.6 2015/09/11 14:30:23 bcook Exp $
2 2
3PROG= openssl 3PROG= openssl
4LDADD= -lssl -lcrypto 4LDADD= -lssl -lcrypto
@@ -19,7 +19,7 @@ CFLAGS+= -DLIBRESSL_INTERNAL
19 19
20SRCS= apps.c apps_posix.c asn1pars.c ca.c certhash.c ciphers.c cms.c crl.c \ 20SRCS= apps.c apps_posix.c asn1pars.c ca.c certhash.c ciphers.c cms.c crl.c \
21 crl2p7.c dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c \ 21 crl2p7.c dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c \
22 engine.c errstr.c gendh.c gendsa.c genpkey.c genrsa.c nseq.c ocsp.c \ 22 errstr.c gendh.c gendsa.c genpkey.c genrsa.c nseq.c ocsp.c \
23 openssl.c passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c \ 23 openssl.c passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c \
24 pkeyutl.c prime.c rand.c req.c rsa.c rsautl.c s_cb.c s_client.c \ 24 pkeyutl.c prime.c rand.c req.c rsa.c rsautl.c s_cb.c s_client.c \
25 s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c spkac.c ts.c \ 25 s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c spkac.c ts.c \