Latest update.

This commit is contained in:
2019-10-17 23:54:38 +09:00
parent 41a23ae6f6
commit ee84d0dd84
1357 changed files with 41111 additions and 9603 deletions
+14 -2
View File
@@ -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