I386_ONLY is defined in opensslconf.h, so we need to include it.
Submitted by: John Keith <jtkeith@kavi.com>
This commit is contained in:
parent
b14d0e0590
commit
58c7977cfa
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <openssl/opensslconf.h>
|
||||
|
||||
#ifdef undef
|
||||
/* one or the other needs to be defined */
|
||||
#ifndef SHA_1 /* FIPE 180-1 */
|
||||
|
|
Loading…
Reference in a new issue