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/chacha | |
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/chacha')
-rw-r--r-- | src/lib/libcrypto/chacha/chacha-merged.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/chacha/chacha.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/chacha/chacha.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libcrypto/chacha/chacha-merged.c b/src/lib/libcrypto/chacha/chacha-merged.c index 5cd1dde072..6067ea3b5a 100644 --- a/src/lib/libcrypto/chacha/chacha-merged.c +++ b/src/lib/libcrypto/chacha/chacha-merged.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: chacha-merged.c,v 1.4 2014/06/12 15:49:28 deraadt Exp $ */ | ||
1 | /* | 2 | /* |
2 | chacha-merged.c version 20080118 | 3 | chacha-merged.c version 20080118 |
3 | D. J. Bernstein | 4 | D. J. Bernstein |
diff --git a/src/lib/libcrypto/chacha/chacha.c b/src/lib/libcrypto/chacha/chacha.c index f0e818eb66..a12c824fe6 100644 --- a/src/lib/libcrypto/chacha/chacha.c +++ b/src/lib/libcrypto/chacha/chacha.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: chacha.c,v 1.4 2014/06/12 15:49:28 deraadt Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
3 | * | 4 | * |
diff --git a/src/lib/libcrypto/chacha/chacha.h b/src/lib/libcrypto/chacha/chacha.h index 8312273cea..636770ad99 100644 --- a/src/lib/libcrypto/chacha/chacha.h +++ b/src/lib/libcrypto/chacha/chacha.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: chacha.h,v 1.4 2014/06/12 15:49:28 deraadt Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) Joel Sing <jsing@openbsd.org> |
3 | * | 4 | * |