Complete rewrite of the error code generation script. It now runs as a single
[openssl.git] / crypto / pem / pem.h
index c85942a5c39242837fa30db6816b145932b95124..c4098b500f3051e243ea826a377ad18e830edd77 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/pem/pem.org */
+/* crypto/pem/pem.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -63,9 +63,9 @@
 extern "C" {
 #endif
 
-#include "evp.h"
-#include "x509.h"
-#include "pem2.h"
+#include <openssl/evp.h>
+#include <openssl/x509.h>
+#include <openssl/pem2.h>
 
 #define PEM_OBJ_UNDEF          0
 #define PEM_OBJ_X509           1
@@ -510,6 +510,10 @@ int PEM_write_bio_NETSCAPE_CERT_SEQUENCE();
 #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 PEM functions. */
 
 /* Function codes. */
@@ -548,7 +552,7 @@ int PEM_write_bio_NETSCAPE_CERT_SEQUENCE();
 #define PEM_R_SHORT_HEADER                              112
 #define PEM_R_UNSUPPORTED_CIPHER                        113
 #define PEM_R_UNSUPPORTED_ENCRYPTION                    114
+
 #ifdef  __cplusplus
 }
 #endif