diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-20 18:03:10 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-20 18:03:10 +0300 |
commit | 5ce3a9912f6b93afbdd0bb3ae96aed39aa616340 (patch) | |
tree | 51b3456814917429f04990801daa5788dec2614b /library | |
parent | f98e49c751ef678a090ae8d2a95f54e97d26a722 (diff) | |
download | ydb-5ce3a9912f6b93afbdd0bb3ae96aed39aa616340.tar.gz |
intermediate changes
ref:f66f05c917889c1bed28df299b78acff1a92afd0
Diffstat (limited to 'library')
-rw-r--r-- | library/cpp/openssl/holders/bio.h | 2 | ||||
-rw-r--r-- | library/cpp/openssl/holders/x509_vfy.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/openssl/holders/bio.h b/library/cpp/openssl/holders/bio.h index bcd6a7a9d6..a474492801 100644 --- a/library/cpp/openssl/holders/bio.h +++ b/library/cpp/openssl/holders/bio.h @@ -1,6 +1,6 @@ #pragma once -#include <contrib/libs/openssl/include/openssl/bio.h> +#include <openssl/bio.h> #include <library/cpp/openssl/holders/holder.h> diff --git a/library/cpp/openssl/holders/x509_vfy.h b/library/cpp/openssl/holders/x509_vfy.h index b735d8a042..ef84859848 100644 --- a/library/cpp/openssl/holders/x509_vfy.h +++ b/library/cpp/openssl/holders/x509_vfy.h @@ -1,6 +1,6 @@ #pragma once -#include <contrib/libs/openssl/include/openssl/x509_vfy.h> +#include <openssl/x509_vfy.h> #include <library/cpp/openssl/holders/holder.h> |