Actions
Bug #7480
closedcrypt_rn issues when linking with libxcrypt
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
03/04/2020
Due date:
% Done:
0%
Estimated time:
Description
Fedora switched from GNU's crypt to libxcrypt: https://fedoraproject.org/wiki/Changes/Replace_glibc_libcrypt_with_libxcrypt
libxcrypt provides `crypt_rn`, but has a different signature from the `crypt_rn` defined in the included bcrypt implementation of Wt, causing problems when an application uses `BCryptHashFunction` and also links against `-lcrypt`, like the blog example.
Updated by Roel Standaert almost 5 years ago
- Status changed from New to Resolved
Updated by Roel Standaert almost 5 years ago
- Status changed from Resolved to Closed
Actions