summaryrefslogtreecommitdiff
path: root/lib/libkeynote/keynote-keygen.c
diff options
context:
space:
mode:
authorMathieu Sauve-Frankel <msf@cvs.openbsd.org>2004-06-29 11:35:57 +0000
committerMathieu Sauve-Frankel <msf@cvs.openbsd.org>2004-06-29 11:35:57 +0000
commit1207847f16685fd29f229d5bbfd02afe2b63ebd5 (patch)
treeb5837e04d249b53f6a1de124690189c217bd14e5 /lib/libkeynote/keynote-keygen.c
parent5016e60b1a6ae17a535d6689e1884b195364f918 (diff)
Header cleanup.
ok hshoexer@
Diffstat (limited to 'lib/libkeynote/keynote-keygen.c')
-rw-r--r--lib/libkeynote/keynote-keygen.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libkeynote/keynote-keygen.c b/lib/libkeynote/keynote-keygen.c
index b759d91a1bd..1d343118772 100644
--- a/lib/libkeynote/keynote-keygen.c
+++ b/lib/libkeynote/keynote-keygen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: keynote-keygen.c,v 1.20 2004/06/25 05:06:49 msf Exp $ */
+/* $OpenBSD: keynote-keygen.c,v 1.21 2004/06/29 11:35:56 msf Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
*
@@ -24,11 +24,17 @@
#include <ctype.h>
#include <fcntl.h>
+#include <regex.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <openssl/dsa.h>
+#include <openssl/err.h>
+#include <openssl/rand.h>
+#include <openssl/rsa.h>
+
#include "header.h"
#include "keynote.h"
#include "assertion.h"