aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/openssl/holders/hmac.h
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-30 16:42:45 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-30 16:42:45 +0300
commit242d6a913d2d4ab5da6960c84c30213d63a9cfcd (patch)
tree983a639cde0853b6a3dcf7e4a5afad7cfb5ecd57 /library/cpp/openssl/holders/hmac.h
parentf6495592ad82f85461e710cb37c4f3b9df472441 (diff)
downloadydb-242d6a913d2d4ab5da6960c84c30213d63a9cfcd.tar.gz
intermediate changes
ref:99fa1ae7f4149e83059c6b16f3f1b619bd2756cd
Diffstat (limited to 'library/cpp/openssl/holders/hmac.h')
-rw-r--r--library/cpp/openssl/holders/hmac.h2
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> {