Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / p_dec.c
index 0533a8490774cab414c420f24db27c7ee4f776fe..57b5daa4538e46b2ab94402e071e764b5eb807e8 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "rand.h"
+#include <openssl/rand.h>
 #ifndef NO_RSA
-#include "rsa.h"
+#include <openssl/rsa.h>
 #endif
-#include "evp.h"
-#include "objects.h"
-#include "x509.h"
+#include <openssl/evp.h>
+#include <openssl/objects.h>
+#include <openssl/x509.h>
 
 int EVP_PKEY_decrypt(unsigned char *key, unsigned char *ek, int ekl,
             EVP_PKEY *priv)