diff options
Diffstat (limited to 'src/lib/libcrypto/rand/rand.h')
-rw-r--r-- | src/lib/libcrypto/rand/rand.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/rand/rand.h b/src/lib/libcrypto/rand/rand.h index fcb2e9218d..a0e9b47969 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.22 2014/10/22 14:02:52 jsing Exp $ */ | 1 | /* $OpenBSD: rand.h,v 1.23 2022/07/12 14:42:50 kn 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 | * |
@@ -101,10 +101,6 @@ int RAND_status(void); | |||
101 | int RAND_poll(void); | 101 | int RAND_poll(void); |
102 | #endif | 102 | #endif |
103 | 103 | ||
104 | /* BEGIN ERROR CODES */ | ||
105 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
106 | * made after this point may be overwritten when the script is next run. | ||
107 | */ | ||
108 | void ERR_load_RAND_strings(void); | 104 | void ERR_load_RAND_strings(void); |
109 | 105 | ||
110 | /* Error codes for the RAND functions. (no longer used) */ | 106 | /* Error codes for the RAND functions. (no longer used) */ |