Skip to content

Commit

Permalink
2204 build for radius
Browse files Browse the repository at this point in the history
  • Loading branch information
asakapab0i committed Jul 5, 2023
1 parent adb76cc commit f9cdd47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Build-Depends: @BUILDDEPS@ debhelper (>= 9),
libykclient-dev,
libmemcached-dev,
libhiredis-dev,
python-dev,
python3-dev,
samba-dev | samba4-dev
Section: net
Priority: optional
Expand Down
2 changes: 2 additions & 0 deletions src/main/tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ USES_APPLE_DEPRECATED_API /* OpenSSL API has been deprecated by Apple */

#define LOG_PREFIX "tls"

#define FIPS_mode(_x) EVP_default_properties_is_fips_enabled(NULL)

#ifdef ENABLE_OPENSSL_VERSION_CHECK
typedef struct libssl_defect {
uint64_t high;
Expand Down

0 comments on commit f9cdd47

Please sign in to comment.