summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlteo <>2015-09-16 01:39:05 +0000
committerlteo <>2015-09-16 01:39:05 +0000
commit7d97a2a3ba0dacc15d4af92b2c8d789d85915921 (patch)
treed1798384a77cce0c0954082b2091e1ae47f56fee
parentaac9324af4583b8079db50a42f9dcabcce723368 (diff)
downloadopenbsd-7d97a2a3ba0dacc15d4af92b2c8d789d85915921.tar.gz
openbsd-7d97a2a3ba0dacc15d4af92b2c8d789d85915921.tar.bz2
openbsd-7d97a2a3ba0dacc15d4af92b2c8d789d85915921.zip
Zap RANDFILE.
-rw-r--r--src/regress/usr.bin/openssl/Makefile4
-rw-r--r--src/regress/usr.bin/openssl/openssl.cnf4
2 files changed, 3 insertions, 5 deletions
diff --git a/src/regress/usr.bin/openssl/Makefile b/src/regress/usr.bin/openssl/Makefile
index 994e1952d2..b25182b49f 100644
--- a/src/regress/usr.bin/openssl/Makefile
+++ b/src/regress/usr.bin/openssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.2 2014/12/28 14:01:33 jsing Exp $ 1# $OpenBSD: Makefile,v 1.3 2015/09/16 01:39:05 lteo Exp $
2 2
3SUBDIR= options 3SUBDIR= options
4 4
@@ -47,7 +47,7 @@ ssl-enc-${ENC}.b64: ${CLEAR1} ${CLEAR2}.${ENC}.b64
47 cmp ${CLEAR1} ${CLEAR2}.${ENC}.b64 47 cmp ${CLEAR1} ${CLEAR2}.${ENC}.b64
48 48
49REGRESS_TARGETS+=ssl-enc-${ENC} ssl-enc-${ENC}.b64 49REGRESS_TARGETS+=ssl-enc-${ENC} ssl-enc-${ENC}.b64
50CLEANFILES+=${CIPHER}.${ENC} ${CIPHER}.${ENC}.b64 ${CLEAR2}.${ENC} ${CLEAR2}.${ENC}.b64 .rnd 50CLEANFILES+=${CIPHER}.${ENC} ${CIPHER}.${ENC}.b64 ${CLEAR2}.${ENC} ${CLEAR2}.${ENC}.b64
51.endfor 51.endfor
52 52
53ssl-enc: 53ssl-enc:
diff --git a/src/regress/usr.bin/openssl/openssl.cnf b/src/regress/usr.bin/openssl/openssl.cnf
index 8e1eeb7f16..4490810058 100644
--- a/src/regress/usr.bin/openssl/openssl.cnf
+++ b/src/regress/usr.bin/openssl/openssl.cnf
@@ -1,4 +1,4 @@
1# $OpenBSD: openssl.cnf,v 1.1 2014/08/26 17:50:07 jsing Exp $ 1# $OpenBSD: openssl.cnf,v 1.2 2015/09/16 01:39:05 lteo Exp $
2 2
3# 3#
4# SSLeay example configuration file. 4# SSLeay example configuration file.
@@ -6,8 +6,6 @@
6# 6#
7# hacked by iang to do DSA certs - Server 7# hacked by iang to do DSA certs - Server
8 8
9RANDFILE = ./.rnd
10
11#################################################################### 9####################################################################
12[ req ] 10[ req ]
13distinguished_name = req_distinguished_name 11distinguished_name = req_distinguished_name