diff options
Diffstat (limited to '')
-rw-r--r-- | src/usr.bin/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/Makefile b/src/usr.bin/openssl/Makefile index 7efc759ceb..664a520003 100644 --- a/src/usr.bin/openssl/Makefile +++ b/src/usr.bin/openssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.10 2017/08/13 19:42:33 doug Exp $ | 1 | # $OpenBSD: Makefile,v 1.11 2019/11/04 15:25:54 jsing Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -20,7 +20,7 @@ CFLAGS+= -Werror | |||
20 | .endif | 20 | .endif |
21 | CFLAGS+= -DLIBRESSL_INTERNAL | 21 | CFLAGS+= -DLIBRESSL_INTERNAL |
22 | 22 | ||
23 | SRCS= apps.c apps_posix.c asn1pars.c ca.c certhash.c ciphers.c crl.c \ | 23 | SRCS= apps.c apps_posix.c asn1pars.c ca.c certhash.c ciphers.c cms.c crl.c \ |
24 | crl2p7.c dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c \ | 24 | crl2p7.c dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c \ |
25 | errstr.c gendh.c gendsa.c genpkey.c genrsa.c nseq.c ocsp.c \ | 25 | errstr.c gendh.c gendsa.c genpkey.c genrsa.c nseq.c ocsp.c \ |
26 | openssl.c passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c \ | 26 | openssl.c passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c \ |