Fix compilation with no-comp

This commit is contained in:
Dr. Stephen Henson 2014-06-11 14:31:08 +01:00
parent 1cf8f57b43
commit 9494e99b40

View File

@ -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);