summaryrefslogtreecommitdiff
path: root/cipher-chachapoly.c
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2015-01-14 10:24:42 +0000
committerDamien Miller <djm@mindrot.org>2015-01-14 21:32:54 +1100
commit60c2c4ea5e1ad0ddfe8b2877b78ed5143be79c53 (patch)
tree55c765df3aed7aedbdd5bcd2a4d3d82e71280820 /cipher-chachapoly.c
parent128343bcdb0b60fc826f2733df8cf979ec1627b4 (diff)
downloadopenssh-git-60c2c4ea5e1ad0ddfe8b2877b78ed5143be79c53.tar.gz
upstream commit
remove unneeded includes, sync my copyright across files & whitespace; ok djm@
Diffstat (limited to 'cipher-chachapoly.c')
-rw-r--r--cipher-chachapoly.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cipher-chachapoly.c b/cipher-chachapoly.c
index 8665b41a..7f31ff4c 100644
--- a/cipher-chachapoly.c
+++ b/cipher-chachapoly.c
@@ -14,7 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $OpenBSD: cipher-chachapoly.c,v 1.6 2014/07/03 12:42:16 jsing Exp $ */
+/* $OpenBSD: cipher-chachapoly.c,v 1.7 2015/01/14 10:24:42 markus Exp $ */
#include "includes.h"
@@ -116,4 +116,3 @@ chachapoly_get_length(struct chachapoly_ctx *ctx,
*plenp = PEEK_U32(buf);
return 0;
}
-