Commit b66f59ad authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Fix compilation with no-comp

(cherry picked from commit 7239a09c7b5757ed8d0e9869f3e9b03c0e11f4d1)
parent 9ab788aa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -67,7 +67,9 @@
#include <openssl/x509.h>
#include <openssl/rand.h>
#include <openssl/pem.h>
#ifndef OPENSSL_NO_COMP
#include <openssl/comp.h>
#endif
#include <ctype.h>

int set_hex(char *in,unsigned char *out,int size);