diff options
Diffstat (limited to 'src/lib/libcrypto/rand/rand_err.c')
| -rw-r--r-- | src/lib/libcrypto/rand/rand_err.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/rand/rand_err.c b/src/lib/libcrypto/rand/rand_err.c index d1263edf80..1af0aa0b8a 100644 --- a/src/lib/libcrypto/rand/rand_err.c +++ b/src/lib/libcrypto/rand/rand_err.c | |||
| @@ -54,7 +54,8 @@ | |||
| 54 | */ | 54 | */ |
| 55 | 55 | ||
| 56 | /* NOTE: this file was auto generated by the mkerr.pl script: any changes | 56 | /* NOTE: this file was auto generated by the mkerr.pl script: any changes |
| 57 | * made to it will be overwritten when the script next updates this file. | 57 | * made to it will be overwritten when the script next updates this file, |
| 58 | * only reason strings will be preserved. | ||
| 58 | */ | 59 | */ |
| 59 | 60 | ||
| 60 | #include <stdio.h> | 61 | #include <stdio.h> |
| @@ -71,7 +72,7 @@ static ERR_STRING_DATA RAND_str_functs[]= | |||
| 71 | 72 | ||
| 72 | static ERR_STRING_DATA RAND_str_reasons[]= | 73 | static ERR_STRING_DATA RAND_str_reasons[]= |
| 73 | { | 74 | { |
| 74 | {RAND_R_PRNG_NOT_SEEDED ,"prng not seeded"}, | 75 | {RAND_R_PRNG_NOT_SEEDED ,"PRNG not seeded"}, |
| 75 | {0,NULL} | 76 | {0,NULL} |
| 76 | }; | 77 | }; |
| 77 | 78 | ||
