Fix compilation with no-comp

(cherry picked from commit 7239a09c7b5757ed8d0e9869f3e9b03c0e11f4d1)
This commit is contained in:
Dr. Stephen Henson 2014-06-11 14:31:08 +01:00
parent 9ab788aa23
commit b66f59adfa

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