diff options
author | Alan T. DeKok <aland@freeradius.org> | 2024-06-11 15:17:09 -0400 |
---|---|---|
committer | Robert Gingras <rgingras@mieweb.com> | 2025-03-31 11:34:51 -0400 |
commit | 84184844ec80c840a3499bb3fedd74ea9acf4dd2 (patch) | |
tree | ce8d469a0166c3c3d58962a1f539da6e96578886 /src/md5.h | |
parent | f3d67bba31f61993fc079f89478c0ac7da0ddaaf (diff) | |
download | libpam-radius-auth-84184844ec80c840a3499bb3fedd74ea9acf4dd2.tar.gz libpam-radius-auth-84184844ec80c840a3499bb3fedd74ea9acf4dd2.zip |
always add Message-Authenticator to Access-Request packets
Diffstat (limited to 'src/md5.h')
-rw-r--r-- | src/md5.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ #define MD5Transform pra_MD5Transform #include <inttypes.h> +#include <stdint.h> struct MD5Context { uint32_t buf[4]; |