Add missing include (only MONOLITH builds were possible without it).

Submitted by: Andrew W. Gray
This commit is contained in:
Bodo Möller 2000-03-05 01:11:44 +00:00
parent 59fc2b0fc2
commit de83c12253

View File

@ -63,6 +63,7 @@
#include <time.h>
#include "apps.h"
#include <openssl/bio.h>
#include <openssl/conf.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/lhash.h>