projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
219116d
)
Fix output text to avoid gratuitious git diff
author
Rich Salz
<rsalz@openssl.org>
Thu, 4 Aug 2016 18:29:53 +0000
(14:29 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Thu, 4 Aug 2016 18:29:55 +0000
(14:29 -0400)
Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/progs.pl
patch
|
blob
|
history
diff --git
a/apps/progs.pl
b/apps/progs.pl
index
3ec16d5
..
21baf17
100644
(file)
--- a/
apps/progs.pl
+++ b/
apps/progs.pl
@@
-48,7
+48,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;