| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/security/gvm-libs/files/ |
Upload File : |
--- util/passwordbasedauthentication.h 2021-09-04 20:50:39.448395000 -0500 +++ util/passwordbasedauthentication.h 2021-09-04 20:50:57.245603000 -0500 @@ -18,6 +18,12 @@ #ifndef _GVM_PASSWORDBASEDAUTHENTICATION_H #define _GVM_PASSWORDBASEDAUTHENTICATION_H +#if defined(__FreeBSD__) && __FreeBSD__ < 12 +#define HAS_CRYPT_R 0 +#else +#define HAS_CRYPT_R 1 +#endif + /* max amount of applied pepper */ #define MAX_PEPPER_SIZE 4 /* is used when count is 0 on init*/