summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/chacha
diff options
context:
space:
mode:
authorderaadt <>2014-06-12 15:49:31 +0000
committerderaadt <>2014-06-12 15:49:31 +0000
commit71477dc340552244618421bfc331e3226e59f4ea (patch)
tree922f5c5799f4bd6917523a1dec91ac763f376db5 /src/lib/libcrypto/chacha
parente2ae8e879310fea586d76887b5b37a06a024001f (diff)
downloadopenbsd-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.c1
-rw-r--r--src/lib/libcrypto/chacha/chacha.c1
-rw-r--r--src/lib/libcrypto/chacha/chacha.h1
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/*
2chacha-merged.c version 20080118 3chacha-merged.c version 20080118
3D. J. Bernstein 4D. 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 *