Fix dsaparam -genkey with DER outform
[openssl.git] / apps / progs.h
index fb498fd20c274662833c9cfc497b775bf7016e86..d5c0039bd69d13ef88764f9a90e636ba2e9baa9f 100644 (file)
@@ -58,7 +58,7 @@ extern int srp_main(int argc, char *argv[]);
 typedef struct {
     int type;
     const char *name;
-    int (*func) (int argc, char *argv[]);
+    int (*func)(int argc, char *argv[]);
 } FUNCTION;
 DECLARE_LHASH_OF(FUNCTION);