diff options
| author | deraadt <> | 2014-06-12 15:49:31 +0000 |
|---|---|---|
| committer | deraadt <> | 2014-06-12 15:49:31 +0000 |
| commit | 59f4f2c61d71e266d37dd2fc97615b3fd35b4721 (patch) | |
| tree | 922f5c5799f4bd6917523a1dec91ac763f376db5 /src/lib/libcrypto/chacha | |
| parent | d38659785547b6c35ab79fdce9be9eaacbdb4c26 (diff) | |
| download | openbsd-59f4f2c61d71e266d37dd2fc97615b3fd35b4721.tar.gz openbsd-59f4f2c61d71e266d37dd2fc97615b3fd35b4721.tar.bz2 openbsd-59f4f2c61d71e266d37dd2fc97615b3fd35b4721.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 | * |
