diff options
Diffstat (limited to 'usr.bin/openssl/spkac.c')
-rw-r--r-- | usr.bin/openssl/spkac.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/openssl/spkac.c b/usr.bin/openssl/spkac.c index 197469d6a9d..b5ce764eae1 100644 --- a/usr.bin/openssl/spkac.c +++ b/usr.bin/openssl/spkac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spkac.c,v 1.3 2015/01/08 11:08:50 doug Exp $ */ +/* $OpenBSD: spkac.c,v 1.4 2015/08/19 18:25:31 deraadt Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. Based on an original idea by Massimiliano Pala * (madwolf@openca.org). @@ -63,6 +63,7 @@ #include <time.h> #include "apps.h" +#include "progs.h" #include <openssl/bio.h> #include <openssl/conf.h> |