]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_lib.c
Change #include filenames from <foo.h> to <openssl.h>.
[thirdparty/openssl.git] / crypto / rsa / rsa_lib.c
index 6732e9832f6737fdad203549cda8261dedf01ebd..1ac1331fa4def3b74168991bfb68eab278edb1b4 100644 (file)
  */
 
 #include <stdio.h>
-#include "crypto.h"
+#include <openssl/crypto.h>
 #include "cryptlib.h"
-#include "lhash.h"
-#include "bn.h"
-#include "rsa.h"
+#include <openssl/lhash.h>
+#include <openssl/bn.h>
+#include <openssl/rsa.h>
 
 const char *RSA_version="RSA" OPENSSL_VERSION_PTEXT;