diff options
author | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2004-06-25 05:06:50 +0000 |
---|---|---|
committer | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2004-06-25 05:06:50 +0000 |
commit | 1565c127b1bdcc74ee76a732acd8d8ea330dbce5 (patch) | |
tree | 21fe9a6b51d8c6d7e5161c2297283411c4d03377 /lib/libkeynote/sample-app.c | |
parent | 9bd8fd0c93dcd62158eebc119f2255df53ba1b8f (diff) |
Make crufty configure stuff go away. Remove all unused code paths.
No change in binaries.
ok millert@ deraadt@ hshoexer@
Diffstat (limited to 'lib/libkeynote/sample-app.c')
-rw-r--r-- | lib/libkeynote/sample-app.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/libkeynote/sample-app.c b/lib/libkeynote/sample-app.c index e7f1a9c3182..3fcbcfb2c24 100644 --- a/lib/libkeynote/sample-app.c +++ b/lib/libkeynote/sample-app.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sample-app.c,v 1.5 2001/09/03 20:14:51 deraadt Exp $ */ +/* $OpenBSD: sample-app.c,v 1.6 2004/06/25 05:06:49 msf Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -18,16 +18,13 @@ * MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR * PURPOSE. */ + #include <sys/types.h> + #include <stdio.h> #include <regex.h> #include "keynote.h" -/* These is only needed to pull in the SSL include files */ -#if HAVE_CONFIG_H -#include "config.h" -#endif /* HAVE_CONFIG_H */ - #include "header.h" char policy_assertions[] = |