Latest update.
This commit is contained in:
+14
-2
@@ -8,8 +8,14 @@
|
||||
* https://www.openssl.org/source/license.html
|
||||
*/
|
||||
|
||||
#ifndef HEADER_ECERR_H
|
||||
# define HEADER_ECERR_H
|
||||
#ifndef OPENSSL_ECERR_H
|
||||
# define OPENSSL_ECERR_H
|
||||
# pragma once
|
||||
|
||||
# include <openssl/macros.h>
|
||||
# if !OPENSSL_API_3
|
||||
# define HEADER_ECERR_H
|
||||
# endif
|
||||
|
||||
# include <openssl/opensslconf.h>
|
||||
# include <openssl/symhacks.h>
|
||||
@@ -211,6 +217,12 @@ int ERR_load_EC_strings(void);
|
||||
# define EC_F_PKEY_EC_KEYGEN 0
|
||||
# define EC_F_PKEY_EC_PARAMGEN 0
|
||||
# define EC_F_PKEY_EC_SIGN 0
|
||||
# define EC_F_S390X_PKEY_ECD_DIGESTSIGN25519 0
|
||||
# define EC_F_S390X_PKEY_ECD_DIGESTSIGN448 0
|
||||
# define EC_F_S390X_PKEY_ECD_KEYGEN25519 0
|
||||
# define EC_F_S390X_PKEY_ECD_KEYGEN448 0
|
||||
# define EC_F_S390X_PKEY_ECX_KEYGEN25519 0
|
||||
# define EC_F_S390X_PKEY_ECX_KEYGEN448 0
|
||||
# define EC_F_VALIDATE_ECX_DERIVE 0
|
||||
# endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user