diff options
Diffstat (limited to 'crypto/openssl/apps/include/function.h')
| -rw-r--r-- | crypto/openssl/apps/include/function.h | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/crypto/openssl/apps/include/function.h b/crypto/openssl/apps/include/function.h index e796ff4045ad..ee08282e2fff 100644 --- a/crypto/openssl/apps/include/function.h +++ b/crypto/openssl/apps/include/function.h @@ -8,16 +8,21 @@ */ #ifndef OSSL_APPS_FUNCTION_H -# define OSSL_APPS_FUNCTION_H +#define OSSL_APPS_FUNCTION_H -# include <openssl/lhash.h> -# include "opt.h" +#include <openssl/lhash.h> +#include "opt.h" -#define DEPRECATED_NO_ALTERNATIVE "unknown" +#define DEPRECATED_NO_ALTERNATIVE "unknown" typedef enum FUNC_TYPE { - FT_none, FT_general, FT_md, FT_cipher, FT_pkey, - FT_md_alg, FT_cipher_alg + FT_none, + FT_general, + FT_md, + FT_cipher, + FT_pkey, + FT_md_alg, + FT_cipher_alg } FUNC_TYPE; typedef struct function_st { |
