make update
[oweals/openssl.git] / apps / ocsp.c
index a4b1454bb8755f7a4ebc7cf747d26a4bd16a325b..251044d77fcb338938a2352cf8cae31246f4e925 100644 (file)
@@ -1,5 +1,5 @@
 /* ocsp.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
@@ -63,6 +63,7 @@
 #include "apps.h" /* needs to be included before the openssl headers! */
 #include <openssl/e_os2.h>
 #include <openssl/ssl.h>
+#include <openssl/err.h>
 
 /* Maximum leeway in validity period: default 5 minutes */
 #define MAX_VALIDITY_PERIOD    (5 * 60)