Change functions to ANSI C.
[oweals/openssl.git] / apps / dh.c
index 462570c1ba3b866952d35c384a674f7036c48541..0b548ef5703bde50971f20060e5ec1bf176880ea 100644 (file)
--- a/apps/dh.c
+++ b/apps/dh.c
@@ -81,9 +81,7 @@
  * -C
  */
 
-int MAIN(argc, argv)
-int argc;
-char **argv;
+int MAIN(int argc, char **argv)
        {
        DH *dh=NULL;
        int i,badops=0,text=0;