projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c98740f
)
make update
author
Matt Caswell
<matt@openssl.org>
Thu, 4 Aug 2016 14:00:43 +0000
(15:00 +0100)
committer
Matt Caswell
<matt@openssl.org>
Thu, 4 Aug 2016 14:00:43 +0000
(15:00 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/progs.h
patch
|
blob
|
history
diff --git
a/apps/progs.h
b/apps/progs.h
index 5f6f07f89d16f0313023927cb2e017c65335113d..ac9d20804b0861aa4507c551d15926b34aa25987 100644
(file)
--- a/
apps/progs.h
+++ b/
apps/progs.h
@@
-18,7
+18,7
@@
typedef enum FUNC_TYPE {
typedef struct function_st {
FUNC_TYPE type;
const char *name;
- int (*func)(int argc,
char *argv[]);
+ int (*func)(int argc,char *argv[]);
const OPTIONS *help;
} FUNCTION;