Finally found a form that I like...
[openssl.git] / apps / pem_mail.c
index acbf7bd9a02e0a110c2864a4be7e25fbe552eedf..f85c7b1c831afff521957b221319c6730a783712 100644 (file)
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_RSA
 #include <stdio.h>
-#include "rsa.h"
-#include "evp.h"
-#include "objects.h"
-#include "x509.h"
-#include "err.h"
-#include "pem.h"
+#include <openssl/rsa.h>
+#include <openssl/evp.h>
+#include <openssl/objects.h>
+#include <openssl/x509.h>
+#include <openssl/err.h>
+#include <openssl/pem.h>
 #include "apps.h"
 
 #undef PROG
@@ -166,3 +167,4 @@ err:
        ERR_print_errors(bio_err);
        EXIT(1);
        }
+#endif