diff options
-rw-r--r-- | usr.sbin/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/openssl/Makefile b/usr.sbin/openssl/Makefile index 0413ca31177..179cf216f5e 100644 --- a/usr.sbin/openssl/Makefile +++ b/usr.sbin/openssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2004/02/27 17:36:18 deraadt Exp $ +# $OpenBSD: Makefile,v 1.17 2005/04/29 05:42:55 djm Exp $ PROG= openssl LDADD= -lssl -lcrypto @@ -31,7 +31,7 @@ SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c\ x509.c genrsa.c gendsa.c s_server.c s_client.c speed.c \ s_time.c apps.c s_cb.c s_socket.c version.c sess_id.c \ app_rand.c ciphers.c nseq.c pkcs12.c pkcs8.c spkac.c smime.c \ - dhparam.c openssl.c rand.c rsautl.c engine.c ocsp.c + dhparam.c openssl.c rand.c rsautl.c engine.c ocsp.c prime.c .PATH: ${SSLEAY_SRC} |