summaryrefslogtreecommitdiffstats
path: root/rsaref
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-11-15 12:44:57 +0000
committerRichard Levitte <levitte@openssl.org>2001-11-15 12:44:57 +0000
commit75df0bb2311a96be5c40f6a21332b40edf69c986 (patch)
treed063043f0fc31256489e8c577d1f97bd36c24881 /rsaref
parent22b540f5c20392912e95c00fc8252d2cd7d57e7d (diff)
perl util/mkerr.pl -recurse -write -rebuild
Diffstat (limited to 'rsaref')
-rw-r--r--rsaref/rsaref.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/rsaref/rsaref.h b/rsaref/rsaref.h
index 498449f40e..56a5bdfc6f 100644
--- a/rsaref/rsaref.h
+++ b/rsaref/rsaref.h
@@ -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