diff options
Diffstat (limited to 'lib/libkeynote/keynote.h')
-rw-r--r-- | lib/libkeynote/keynote.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/lib/libkeynote/keynote.h b/lib/libkeynote/keynote.h index b5226818bb0..a08a3e0ac4f 100644 --- a/lib/libkeynote/keynote.h +++ b/lib/libkeynote/keynote.h @@ -1,4 +1,4 @@ -/* $OpenBSD: keynote.h,v 1.8 1999/10/01 01:43:13 angelos Exp $ */ +/* $OpenBSD: keynote.h,v 1.9 1999/10/09 06:59:37 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -22,21 +22,6 @@ #ifndef __KEYNOTE_H__ #define __KEYNOTE_H__ -#include <sys/types.h> -#include <regex.h> - -#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> - -#define KEYNOTERNDFILENAME "/dev/urandom" - struct environment { char *env_name; |