diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2000-12-15 03:15:02 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2000-12-15 03:15:02 +0000 |
commit | 26f3f3fb8a3a5de23dbc4f149b5f28b789eff651 (patch) | |
tree | e435b81ff54a17017f8e7f798d45e0e8227922a8 /usr.sbin/openssl/Makefile | |
parent | e13bc1363457b68f251ef6b58d63a5290df55e1b (diff) |
openssl-engine 0.9.6 merge
Note that the library changes will mean that you will need to blow away
/usr/obj/lib/libssl if you are building, or things will probably get mucked
up.
Diffstat (limited to 'usr.sbin/openssl/Makefile')
-rw-r--r-- | usr.sbin/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/openssl/Makefile b/usr.sbin/openssl/Makefile index 804114bf3db..d6e11974c80 100644 --- a/usr.sbin/openssl/Makefile +++ b/usr.sbin/openssl/Makefile @@ -39,7 +39,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 + dhparam.c openssl.c rand.c rsautl.c .PATH: ${SSLEAY_SRC} |