X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Finternal%2Fsha3.h;fp=include%2Finternal%2Fsha3.h;h=81ba41ac0dc5c6c3e899c08a0b5b685bae8fdd16;hp=b07d50c6c26e9b4f84f18ad28aab727f1f98129b;hb=ae4186b00487762f581b2276ba83e5214e0e7ee1;hpb=8c78f0ec63f3e16bac1b888dbabf2b6c2d53a1ae diff --git a/include/internal/sha3.h b/include/internal/sha3.h index b07d50c6c2..81ba41ac0d 100644 --- a/include/internal/sha3.h +++ b/include/internal/sha3.h @@ -8,8 +8,8 @@ */ /* TODO(3.0) Move this header into provider when dependencies are removed */ -#ifndef HEADER_INTERNAL_SHA3_H -# define HEADER_INTERNAL_SHA3_H +#ifndef OSSL_INTERNAL_SHA3_H +# define OSSL_INTERNAL_SHA3_H # include # include @@ -49,4 +49,4 @@ int sha3_final(unsigned char *md, KECCAK1600_CTX *ctx); size_t SHA3_absorb(uint64_t A[5][5], const unsigned char *inp, size_t len, size_t r); -#endif /* HEADER_INTERNAL_SHA3_H */ +#endif /* OSSL_INTERNAL_SHA3_H */