diff options
Diffstat (limited to 'crypto/openssl/apps/include/names.h')
| -rw-r--r-- | crypto/openssl/apps/include/names.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/apps/include/names.h b/crypto/openssl/apps/include/names.h index f4d6f6a9a333..bf47459ade52 100644 --- a/crypto/openssl/apps/include/names.h +++ b/crypto/openssl/apps/include/names.h @@ -10,7 +10,7 @@ #include <openssl/safestack.h> /* Standard comparing function for names */ -int name_cmp(const char * const *a, const char * const *b); +int name_cmp(const char *const *a, const char *const *b); /* collect_names is meant to be used with EVP_{type}_doall_names */ void collect_names(const char *name, void *vdata); /* Sorts and prints a stack of names to |out| */ |
