*** empty log message ***
[openssl.git] / rsaref / rsaref.h
index c264e288c93ec164383213b4de799bc49951f77b..336c95eaaa5fd00585ade885d0ce6e8320e389d5 100644 (file)
@@ -59,7 +59,7 @@
 #ifndef HEADER_RSAREF_H
 #define HEADER_RSAREF_H
 
-#include "rsa.h"
+#include <openssl/rsa.h>
 
 /* RSAeuro */
 /*#define  RSAref_MAX_BITS             2048*/
@@ -146,6 +146,10 @@ RSA_METHOD *RSA_PKCS1_RSAref();
 #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.
+ */
+
 /* Error codes for the RSAREF functions. */
 
 /* Function codes. */
@@ -178,7 +182,7 @@ RSA_METHOD *RSA_PKCS1_RSAref();
 #define RSAREF_R_PUBLIC_KEY                             0x040a
 #define RSAREF_R_SIGNATURE                              0x040b
 #define RSAREF_R_SIGNATURE_ENCODING                     0x040c
+
 #ifdef  __cplusplus
 }
 #endif