|
@@ -27,11 +27,11 @@
|
|
|
#include PRC_PUBLIC_KEYS_INCLUDE
|
|
#include PRC_PUBLIC_KEYS_INCLUDE
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
-#include <openssl/rsa.h>
|
|
|
|
|
-#include <openssl/err.h>
|
|
|
|
|
-#include <openssl/pem.h>
|
|
|
|
|
-#include <openssl/rand.h>
|
|
|
|
|
-#include <openssl/bio.h>
|
|
|
|
|
|
|
+#include "openssl/rsa.h"
|
|
|
|
|
+#include "openssl/err.h"
|
|
|
|
|
+#include "openssl/pem.h"
|
|
|
|
|
+#include "openssl/rand.h"
|
|
|
|
|
+#include "openssl/bio.h"
|
|
|
|
|
|
|
|
#ifndef HAVE_GETOPT
|
|
#ifndef HAVE_GETOPT
|
|
|
#include "gnu_getopt.h"
|
|
#include "gnu_getopt.h"
|