Re-order the options in tunala and add command switches like s_server for
[openssl.git] / demos / spkigen.c
index 01fe6254f22622cee3a24d433b17cf6c6698da22..d87881197c558debbc017ffb28481e8e2b702d29 100644 (file)
@@ -6,12 +6,12 @@
  */
 #include <stdio.h>
 #include <stdlib.h>
-#include "err.h"
-#include "asn1.h"
-#include "objects.h"
-#include "evp.h"
-#include "x509.h"
-#include "pem.h"
+#include <openssl/err.h>
+#include <openssl/asn1.h>
+#include <openssl/objects.h>
+#include <openssl/evp.h>
+#include <openssl/x509.h>
+#include <openssl/pem.h>
 
 /* The following two don't exist in SSLeay but they are in here as
  * examples */