summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-02-13 13:11:50 +0100
committerRichard Levitte <levitte@openssl.org>2020-02-15 06:48:04 +0100
commitcd5acbb47518b8abf9030ace7ad6db9e02d6b968 (patch)
tree7162fb142cf39b4b51875b20c0c64bcb37fbd907 /include
parentc781d46beb202893ee1509462058d6a8ec34b85e (diff)
VMS: Correct error reporting in crypto/rand/rand_vms.c
The future style that's coming with OpenSSL 3.0 was used, we need to revert that back to "traditional" style. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11088)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/randerr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/openssl/randerr.h b/include/openssl/randerr.h
index 301830bccc..79d57905e3 100644
--- a/include/openssl/randerr.h
+++ b/include/openssl/randerr.h
@@ -1,6 +1,6 @@
/*
* Generated by util/mkerr.pl DO NOT EDIT
- * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -21,6 +21,7 @@ int ERR_load_RAND_strings(void);
/*
* RAND function codes.
*/
+# define RAND_F_DATA_COLLECT_METHOD 127
# define RAND_F_DRBG_BYTES 101
# define RAND_F_DRBG_GET_ENTROPY 105
# define RAND_F_DRBG_SETUP 117