diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-30 16:42:45 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-30 16:42:45 +0300 |
commit | 242d6a913d2d4ab5da6960c84c30213d63a9cfcd (patch) | |
tree | 983a639cde0853b6a3dcf7e4a5afad7cfb5ecd57 /library/cpp/openssl/holders/hmac.h | |
parent | f6495592ad82f85461e710cb37c4f3b9df472441 (diff) | |
download | ydb-242d6a913d2d4ab5da6960c84c30213d63a9cfcd.tar.gz |
intermediate changes
ref:99fa1ae7f4149e83059c6b16f3f1b619bd2756cd
Diffstat (limited to 'library/cpp/openssl/holders/hmac.h')
-rw-r--r-- | library/cpp/openssl/holders/hmac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/openssl/holders/hmac.h b/library/cpp/openssl/holders/hmac.h index 4110e06f00..740a983130 100644 --- a/library/cpp/openssl/holders/hmac.h +++ b/library/cpp/openssl/holders/hmac.h @@ -2,7 +2,7 @@ #include "holder.h" -#include <contrib/libs/openssl/include/openssl/hmac.h> +#include <openssl/hmac.h> namespace NOpenSSL { class THmacCtx : public THolder<HMAC_CTX, HMAC_CTX_new, HMAC_CTX_free> { |