diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-08-13 22:34:27 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-08-13 22:34:27 +0000 |
commit | 554c47cdde72472dd199c5fdf8bce58322a2995b (patch) | |
tree | d66ac85a1054475095edbe577b3cdeeaaa6757a4 /lib/libkeynote/keynote.h | |
parent | 40ff315c917f4e65c58b2a68cf5a9d6d6ac577db (diff) |
Correct ssl include file(s) path.
Diffstat (limited to 'lib/libkeynote/keynote.h')
-rw-r--r-- | lib/libkeynote/keynote.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/libkeynote/keynote.h b/lib/libkeynote/keynote.h index 0fbfc449fe9..ad6e15fb633 100644 --- a/lib/libkeynote/keynote.h +++ b/lib/libkeynote/keynote.h @@ -1,4 +1,4 @@ -/* $OpenBSD: keynote.h,v 1.4 1999/05/31 20:09:59 angelos Exp $ */ +/* $OpenBSD: keynote.h,v 1.5 1999/08/13 22:34:26 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -25,15 +25,15 @@ #include <regex.h> #ifdef CRYPTO -#include "ssl/crypto.h" -#include "ssl/dsa.h" -#include "ssl/rsa.h" -#include "ssl/sha.h" -#include "ssl/md5.h" -#include "ssl/err.h" -#include "ssl/rand.h" -#include "ssl/x509.h" -#include "ssl/pem.h" +#include "crypto.h" +#include "dsa.h" +#include "rsa.h" +#include "sha.h" +#include "md5.h" +#include "err.h" +#include "rand.h" +#include "x509.h" +#include "pem.h" #endif /* CRYPTO */ #ifdef WIN32 |