summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-03-10 08:19:17 +0100
committerRichard Levitte <levitte@openssl.org>2017-03-10 19:14:21 +0100
commitacdf0814234c8a20bcbdab7f1cf0b4d452adb415 (patch)
treeb7863ae522b7edd61357608bc0887edf251a6e49 /apps
parentce9c3a8af3d9547e95822c597879dfd8816e7068 (diff)
make update
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2889)
Diffstat (limited to 'apps')
-rw-r--r--apps/progs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/progs.h b/apps/progs.h
index fb498fd20c..d5c0039bd6 100644
--- a/apps/progs.h
+++ b/apps/progs.h
@@ -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);