Complete rewrite of the error code generation script. It now runs as a single
[openssl.git] / crypto / pkcs7 / sign.c
index 772863be0fe6e9013ba91fdb4a08049fd3c5104f..ccdd6737dd9a6cd5b26b360f114f63735dc1cb5a 100644 (file)
@@ -56,9 +56,9 @@
  * [including the GNU Public Licence.]
  */
 #include <stdio.h>
-#include "bio.h"
-#include "x509.h"
-#include "pem.h"
+#include <openssl/bio.h>
+#include <openssl/x509.h>
+#include <openssl/pem.h>
 
 main(argc,argv)
 int argc;