diff options
Diffstat (limited to 'crypto/openssl/include/internal/hashfunc.h')
| -rw-r--r-- | crypto/openssl/include/internal/hashfunc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssl/include/internal/hashfunc.h b/crypto/openssl/include/internal/hashfunc.h index fae8a275fa2e..78d7c859d59d 100644 --- a/crypto/openssl/include/internal/hashfunc.h +++ b/crypto/openssl/include/internal/hashfunc.h @@ -8,10 +8,10 @@ */ #ifndef OPENSSL_HASHFUNC_H -# define OPENSSL_HASHFUNC_H +#define OPENSSL_HASHFUNC_H -# include <openssl/e_os2.h> -# include <stddef.h> +#include <openssl/e_os2.h> +#include <stddef.h> /** * Generalized fnv1a 64 bit hash function */ |
