diff options
Diffstat (limited to 'lib/libssl/src/crypto/hmac/hmac.c')
-rw-r--r-- | lib/libssl/src/crypto/hmac/hmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/hmac/hmac.c b/lib/libssl/src/crypto/hmac/hmac.c index 6c98fc43a31..690715db2cf 100644 --- a/lib/libssl/src/crypto/hmac/hmac.c +++ b/lib/libssl/src/crypto/hmac/hmac.c @@ -1,4 +1,4 @@ -/* crypto/hmac/hmac.c */ +/* $OpenBSD: hmac.c,v 1.18 2014/06/12 15:49:29 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * |