diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/protocols/ec25519_fhmqvc/handshake.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocols/ec25519_fhmqvc/handshake.c b/src/protocols/ec25519_fhmqvc/handshake.c index 6ea48d4..27e4894 100644 --- a/src/protocols/ec25519_fhmqvc/handshake.c +++ b/src/protocols/ec25519_fhmqvc/handshake.c @@ -49,6 +49,7 @@ #endif +/** Provides the proper arguments for passing a key for the %H log format */ #define KEY_PRINT(k) (const uint8_t *)(k), (size_t)PUBLICKEYBYTES |