diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-18 19:55:16 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-18 19:55:16 +0000 |
commit | f01ab9cb19c88eda9916aa8c8b09a1bbef9c50b1 (patch) | |
tree | c7c51fa4e5e534ba0e59c6d028430dcd488d9372 /usr.sbin | |
parent | 3a83653bdb027b377f92be3f32fb9f64c89d761d (diff) |
no app_rand.c
Diffstat (limited to 'usr.sbin')
-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 da72cbeeabc..9201228253a 100644 --- a/usr.sbin/openssl/Makefile +++ b/usr.sbin/openssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2014/04/18 14:41:54 deraadt Exp $ +# $OpenBSD: Makefile,v 1.27 2014/04/18 19:55:15 tedu Exp $ PROG= openssl LDADD= -lssl -lcrypto @@ -12,7 +12,7 @@ SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c \ pkcs7.c crl2p7.c crl.c ca.c \ rsa.c rsautl.c dsa.c dsaparam.c ec.c ecparam.c \ x509.c genrsa.c gendsa.c genpkey.c s_server.c s_client.c speed.c \ - s_time.c apps.c s_socket.c app_rand.c version.c sess_id.c \ + s_time.c apps.c s_socket.c version.c sess_id.c \ ciphers.c nseq.c pkcs12.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c \ spkac.c smime.c cms.c rand.c engine.c ocsp.c prime.c ts.c \ openssl.c s_cb.c dhparam.c |