We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c58294 commit 66ba6daCopy full SHA for 66ba6da
SignCSR.xs
@@ -20,6 +20,7 @@
20
#include <openssl/x509_vfy.h>
21
#include <openssl/safestack.h>
22
#include <openssl/pkcs12.h>
23
+#include <openssl/bn.h>
24
25
# define OPT_FMT_PEM (1L << 1)
26
# define CHECK_OPEN_SSL(p_result) if (!(p_result)) croakSsl(__FILE__, __LINE__);
0 commit comments