Don't install e_os.h in include/openssl, use it only as a local
[oweals/openssl.git] / crypto / des / rpw.c
index 93793c6f5368d3b49f83f726380c53d176d7c32f..e0ba7a2591442fa126efb60767931862f1f34978 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/des/rpw.c */
-/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * This package is an SSL implementation written
  */
 
 #include <stdio.h>
-#include "des.h"
+#include <openssl/des.h>
 
-int main(argc,argv)
-int argc;
-char *argv[];
+int main(int argc, char *argv[])
        {
        des_cblock k,k1;
        int i;