summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rand/rand.h
diff options
context:
space:
mode:
authortb <>2023-11-19 15:46:10 +0000
committertb <>2023-11-19 15:46:10 +0000
commit593d97e74cc873d99aced677883cf55625efe62d (patch)
tree9a8bf5329015d40f6a79820880c1ca7bb820bf58 /src/lib/libcrypto/rand/rand.h
parentcde35b41c5eb9d9d0b61fe730c39e6a5c553b840 (diff)
downloadopenbsd-593d97e74cc873d99aced677883cf55625efe62d.tar.gz
openbsd-593d97e74cc873d99aced677883cf55625efe62d.tar.bz2
openbsd-593d97e74cc873d99aced677883cf55625efe62d.zip
Unifdef OPENSSL_NO_ENGINE in libcrypto
This is mechanical apart from a few manual edits to avoid doubled empty lines. ok jsing
Diffstat (limited to 'src/lib/libcrypto/rand/rand.h')
-rw-r--r--src/lib/libcrypto/rand/rand.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/rand/rand.h b/src/lib/libcrypto/rand/rand.h
index a0e9b47969..d66d71579c 100644
--- a/src/lib/libcrypto/rand/rand.h
+++ b/src/lib/libcrypto/rand/rand.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: rand.h,v 1.23 2022/07/12 14:42:50 kn Exp $ */ 1/* $OpenBSD: rand.h,v 1.24 2023/11/19 15:46:10 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -83,9 +83,6 @@ struct rand_meth_st {
83 83
84int RAND_set_rand_method(const RAND_METHOD *meth); 84int RAND_set_rand_method(const RAND_METHOD *meth);
85const RAND_METHOD *RAND_get_rand_method(void); 85const RAND_METHOD *RAND_get_rand_method(void);
86#ifndef OPENSSL_NO_ENGINE
87int RAND_set_rand_engine(ENGINE *engine);
88#endif
89RAND_METHOD *RAND_SSLeay(void); 86RAND_METHOD *RAND_SSLeay(void);
90 87
91#ifndef LIBRESSL_INTERNAL 88#ifndef LIBRESSL_INTERNAL