perl util/mkerr.pl -recurse -write -rebuild
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Nov 2001 12:44:57 +0000 (12:44 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Nov 2001 12:44:57 +0000 (12:44 +0000)
20 files changed:
crypto/asn1/asn1.h
crypto/bio/bio.h
crypto/bn/bn.h
crypto/buffer/buffer.h
crypto/comp/comp.h
crypto/conf/conf.h
crypto/crypto.h
crypto/dh/dh.h
crypto/dsa/dsa.h
crypto/dso/dso.h
crypto/evp/evp.h
crypto/objects/objects.h
crypto/pem/pem.h
crypto/pkcs12/pkcs12.h
crypto/pkcs7/pkcs7.h
crypto/rand/rand.h
crypto/rsa/rsa.h
crypto/x509/x509.h
crypto/x509v3/x509v3.h
rsaref/rsaref.h

index 6f956b1963e13a18f6a34937f1be4ab92fd756ff..5e197a87369312feb8eede49fb0c636f757638fe 100644 (file)
@@ -877,6 +877,7 @@ void ASN1_STRING_TABLE_cleanup(void);
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_ASN1_strings(void);
 
 /* Error codes for the ASN1 functions. */
 
@@ -1148,4 +1149,3 @@ void ASN1_STRING_TABLE_cleanup(void);
 }
 #endif
 #endif
-
index edc6cc8715c4480c626348023f0c0d3d888e560a..35dee5fcddb2ef999015db2a195532fdedef39c1 100644 (file)
@@ -615,6 +615,7 @@ int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args);
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_BIO_strings(void);
 
 /* Error codes for the BIO functions. */
 
@@ -684,4 +685,3 @@ int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args);
 }
 #endif
 #endif
-
index c423b65122dd9f4a9b2f37ae4b4a6b09f7340856..cadb438abae464c5660d66938762678b22b09f76 100644 (file)
@@ -477,6 +477,7 @@ int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom);
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_BN_strings(void);
 
 /* Error codes for the BN functions. */
 
@@ -520,4 +521,3 @@ int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom);
 }
 #endif
 #endif
-
index bff26bf3919176b859b59534b54581b5f7263bd4..afe7a46d438d1197f95655544da0e3ae2f0bfc9f 100644 (file)
@@ -81,6 +81,7 @@ void ERR_load_BUF_strings(void );
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_BUF_strings(void);
 
 /* Error codes for the BUF functions. */
 
@@ -95,4 +96,3 @@ void ERR_load_BUF_strings(void );
 }
 #endif
 #endif
-
index 0922609542da5b89903943007787621eea50504f..c26c209f0924a6faae2b11f47c935fa52c552a52 100644 (file)
@@ -47,6 +47,7 @@ COMP_METHOD *COMP_zlib(void );
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_COMP_strings(void);
 
 /* Error codes for the COMP functions. */
 
@@ -58,4 +59,3 @@ COMP_METHOD *COMP_zlib(void );
 }
 #endif
 #endif
-
index cd40a0db215acbd8d9b9562123d4dafa382addce..7612656f8b08d1db4f9c9ea56a0b64b3c1983eac 100644 (file)
@@ -145,6 +145,7 @@ int NCONF_dump_bio(CONF *conf, BIO *out);
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_CONF_strings(void);
 
 /* Error codes for the CONF functions. */
 
@@ -176,4 +177,3 @@ int NCONF_dump_bio(CONF *conf, BIO *out);
 }
 #endif
 #endif
-
index cc4d5c47a3582aea9d95317172e4d9b4f95fc1c9..a7d0c3ea0bf9b2656ca6df931a0b2a298faa80e1 100644 (file)
@@ -387,6 +387,7 @@ void ERR_load_CRYPTO_strings(void);
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_CRYPTO_strings(void);
 
 /* Error codes for the CRYPTO functions. */
 
@@ -403,4 +404,3 @@ void ERR_load_CRYPTO_strings(void);
 }
 #endif
 #endif
-
index a15fc1c65f7ec0fd6f3dd102d6355a9b49fcc711..247be9281bd2d73a90617a56fb206cd2277f3482 100644 (file)
@@ -183,6 +183,7 @@ void        ERR_load_DH_strings(void );
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_DH_strings(void);
 
 /* Error codes for the DH functions. */
 
@@ -201,4 +202,3 @@ void        ERR_load_DH_strings(void );
 }
 #endif
 #endif
-
index e98fa389bd50e2924db2fbd2a1a8545066d6f365..79ddc49bff96e57fa0b4301417879ff2e09dae28 100644 (file)
@@ -216,6 +216,7 @@ DH *DSA_dup_DH(DSA *r);
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_DSA_strings(void);
 
 /* Error codes for the DSA functions. */
 
@@ -242,4 +243,3 @@ DH *DSA_dup_DH(DSA *r);
 }
 #endif
 #endif
-
index bed7c464a647eccc1a9a880494f1ebd6606a019e..a2ff75d8ad17586c9d95f3293415b6cd7f834ebc 100644 (file)
@@ -200,6 +200,7 @@ void ERR_load_DSO_strings(void);
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_DSO_strings(void);
 
 /* Error codes for the DSO functions. */
 
@@ -247,4 +248,3 @@ void ERR_load_DSO_strings(void);
 }
 #endif
 #endif
-
index 0f27df4603171d3f4290b8fba9ef6fb6595f05b6..9e1080e7c223851499fac9c7ea5c7ca37c773ce0 100644 (file)
@@ -777,6 +777,7 @@ void EVP_PBE_cleanup(void);
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_EVP_strings(void);
 
 /* Error codes for the EVP functions. */
 
@@ -849,4 +850,3 @@ void EVP_PBE_cleanup(void);
 }
 #endif
 #endif
-
index c099e2e84e5b1db3bffa4720d17065e4d2ee2575..96b8cc9ae86009ecb42062b0959e79da206b71c3 100644 (file)
@@ -1017,6 +1017,7 @@ int               OBJ_create_objects(BIO *in);
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_OBJ_strings(void);
 
 /* Error codes for the OBJ functions. */
 
@@ -1035,4 +1036,3 @@ int               OBJ_create_objects(BIO *in);
 }
 #endif
 #endif
-
index 6d3c446577f0067ad4bcf35f73cae1b855745419..7dbc94d4bdabe879f5943538eab99ecc951d8947 100644 (file)
@@ -614,6 +614,7 @@ int PEM_write_PKCS8PrivateKey(FILE *fp,EVP_PKEY *x,const EVP_CIPHER *enc,
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_PEM_strings(void);
 
 /* Error codes for the PEM functions. */
 
@@ -664,4 +665,3 @@ int PEM_write_PKCS8PrivateKey(FILE *fp,EVP_PKEY *x,const EVP_CIPHER *enc,
 }
 #endif
 #endif
-
index e529154f2634bbd8ce59756e87b219964ab6169f..1241f1f633844013e1487395a776b0b8b3310f59 100644 (file)
@@ -284,6 +284,7 @@ int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass);
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_PKCS12_strings(void);
 
 /* Error codes for the PKCS12 functions. */
 
@@ -342,4 +343,3 @@ int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass);
 }
 #endif
 #endif
-
index 1b817e605d191fc697d0035f9bb609473bf3d2fd..c5cd4b951aabc490bea6f3b124ecf4dda603b7f3 100644 (file)
@@ -422,6 +422,7 @@ int SMIME_text(BIO *in, BIO *out);
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_PKCS7_strings(void);
 
 /* Error codes for the PKCS7 functions. */
 
@@ -502,4 +503,3 @@ int SMIME_text(BIO *in, BIO *out);
 }
 #endif
 #endif
-
index 918f865d90fadd1cdd8bb24a77367e7c29515d91..2ab95c9299d9aaa9e57b5038d38c2e3a29e8ce16 100644 (file)
@@ -115,10 +115,15 @@ int RAND_event(UINT, WPARAM, LPARAM);
 #endif
 #endif
 
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
 /* BEGIN ERROR CODES */
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_RAND_strings(void);
 
 /* Error codes for the RAND functions. */
 
@@ -128,5 +133,7 @@ int RAND_event(UINT, WPARAM, LPARAM);
 /* Reason codes. */
 #define RAND_R_PRNG_NOT_SEEDED                          100
 
+#ifdef  __cplusplus
+}
+#endif
 #endif
-
index b029cbc3a4d0e390bfbcb68ada3ad0feb0bba65a..9c0637c170d23bb36ba8941b5079fc6132ac9b76 100644 (file)
@@ -275,6 +275,7 @@ void *RSA_get_ex_data(RSA *r, int idx);
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_RSA_strings(void);
 
 /* Error codes for the RSA functions. */
 
@@ -343,4 +344,3 @@ void *RSA_get_ex_data(RSA *r, int idx);
 }
 #endif
 #endif
-
index 813c8adffd7a93eb00c0cdf1593b81d2939ced63..088319a568a1fb92ae6c5fc7c320632a91217a24 100644 (file)
@@ -1220,6 +1220,7 @@ int X509_TRUST_get_trust(X509_TRUST *xp);
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_X509_strings(void);
 
 /* Error codes for the X509 functions. */
 
@@ -1291,4 +1292,3 @@ int X509_TRUST_get_trust(X509_TRUST *xp);
 }
 #endif
 #endif
-
index 0453b12d6335b619306b8486c3feeeb138838c6e..07dc5713bb9818224d4a3c66d15c2cf05a031747 100644 (file)
@@ -555,6 +555,7 @@ void X509_email_free(STACK *sk);
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_X509V3_strings(void);
 
 /* Error codes for the X509V3 functions. */
 
@@ -650,4 +651,3 @@ void X509_email_free(STACK *sk);
 }
 #endif
 #endif
-
index 498449f40e063b2d22956285c4b830ed90be1df2..56a5bdfc6f7b69126830db9fa81ffde2e44d21b8 100644 (file)
@@ -134,15 +134,11 @@ int R_RandomFinal(RSARandomState *rnd);
 void ERR_load_RSAREF_strings(void );
 RSA_METHOD *RSA_PKCS1_RSAref(void );
 
-#ifdef  __cplusplus
-}
-#endif
-#endif
-
 /* BEGIN ERROR CODES */
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_RSAREF_strings(void);
 
 /* Error codes for the RSAREF functions. */
 
@@ -177,4 +173,7 @@ RSA_METHOD *RSA_PKCS1_RSAref(void );
 #define RSAREF_R_SIGNATURE                              0x040b
 #define RSAREF_R_SIGNATURE_ENCODING                     0x040c
 
+#ifdef  __cplusplus
+}
+#endif
 #endif