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

Fix compilation with no-comp

parent 1cf8f57b
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);