artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6e3f26
)
OpenSSL 0.9.5a merge - fixes DSA cert generation problem
author
beck
<beck@openbsd.org>
Sat, 15 Apr 2000 06:26:31 +0000
(06:26 +0000)
committer
beck
<beck@openbsd.org>
Sat, 15 Apr 2000 06:26:31 +0000
(06:26 +0000)
usr.sbin/openssl/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/openssl/Makefile
b/usr.sbin/openssl/Makefile
index
c864b41
..
f9d5fd7
100644
(file)
--- 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
+ dhparam.c openssl.c
rand.c
.PATH: ${SSLEAY_SRC}