From 82e8e17f7f17da3ce517a04a87ea84e69bda0058 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Mon, 11 Oct 1999 20:50:11 +0000 Subject: [PATCH] make opensslconf.h nonempty --- lib/dns/sec/openssl/include/openssl/opensslconf.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/dns/sec/openssl/include/openssl/opensslconf.h b/lib/dns/sec/openssl/include/openssl/opensslconf.h index e69de29bb2..1ff8fea151 100644 --- a/lib/dns/sec/openssl/include/openssl/opensslconf.h +++ b/lib/dns/sec/openssl/include/openssl/opensslconf.h @@ -0,0 +1,7 @@ +#ifndef HEADER_OPENSSLCONF_H +#define HEADER_OPENSSLCONF_H + +/* This would be filled in by the openssl configure script if it was run. */ + +#endif /* HEADER_OPENSSLCONF_H */ +