aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/pkcs8/pkcs8_x509.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/pkcs8/pkcs8_x509.c')
-rw-r--r--src/crypto/pkcs8/pkcs8_x509.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crypto/pkcs8/pkcs8_x509.c b/src/crypto/pkcs8/pkcs8_x509.c
index 2d0bf08..f17ee1f 100644
--- a/src/crypto/pkcs8/pkcs8_x509.c
+++ b/src/crypto/pkcs8/pkcs8_x509.c
@@ -70,9 +70,10 @@
#include <openssl/rand.h>
#include <openssl/x509.h>
-#include "internal.h"
#include "../bytestring/internal.h"
#include "../internal.h"
+#include "../x509/internal.h"
+#include "internal.h"
int pkcs12_iterations_acceptable(uint64_t iterations) {