summaryrefslogtreecommitdiff
path: root/tools/hmac-sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/hmac-sha1.c')
-rw-r--r--tools/hmac-sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hmac-sha1.c b/tools/hmac-sha1.c
index d036a45a86..adb5f7e119 100644
--- a/tools/hmac-sha1.c
+++ b/tools/hmac-sha1.c
@@ -428,7 +428,7 @@ sha1_process_block (const void *buffer, size_t len, struct sha1_ctx *ctx)
428 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ 428 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
429 429
430/* Written by Simon Josefsson. The interface was inspired by memxor 430/* Written by Simon Josefsson. The interface was inspired by memxor
431 in Niels Mller's Nettle. */ 431 in Niels Mรถller's Nettle. */
432 432
433void * 433void *
434memxor (void * dest, const void * src, size_t n) 434memxor (void * dest, const void * src, size_t n)