diff options
author | deraadt <> | 2014-06-12 15:49:31 +0000 |
---|---|---|
committer | deraadt <> | 2014-06-12 15:49:31 +0000 |
commit | 71477dc340552244618421bfc331e3226e59f4ea (patch) | |
tree | 922f5c5799f4bd6917523a1dec91ac763f376db5 /src/lib/libcrypto/evp/evp_aead.c | |
parent | e2ae8e879310fea586d76887b5b37a06a024001f (diff) | |
download | openbsd-71477dc340552244618421bfc331e3226e59f4ea.tar.gz openbsd-71477dc340552244618421bfc331e3226e59f4ea.tar.bz2 openbsd-71477dc340552244618421bfc331e3226e59f4ea.zip |
tags as requested by miod and tedu
Diffstat (limited to 'src/lib/libcrypto/evp/evp_aead.c')
-rw-r--r-- | src/lib/libcrypto/evp/evp_aead.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/evp/evp_aead.c b/src/lib/libcrypto/evp/evp_aead.c index 427bf05467..44ce617c9b 100644 --- a/src/lib/libcrypto/evp/evp_aead.c +++ b/src/lib/libcrypto/evp/evp_aead.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: evp_aead.c,v 1.4 2014/06/12 15:49:29 deraadt Exp $ */ | ||
1 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
2 | * All rights reserved. | 3 | * All rights reserved. |
3 | * | 4 | * |