summaryrefslogtreecommitdiff
path: root/cipher-aesctr.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-aesctr.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-aesctr.c')
-rw-r--r--cipher-aesctr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher-aesctr.c b/cipher-aesctr.c
index a4cf61e4..e1361519 100644
--- a/cipher-aesctr.c
+++ b/cipher-aesctr.c
@@ -1,6 +1,6 @@
-/* $OpenBSD: cipher-aesctr.c,v 1.1 2014/04/29 15:39:33 markus Exp $ */
+/* $OpenBSD: cipher-aesctr.c,v 1.2 2015/01/14 10:24:42 markus Exp $ */
/*
- * Copyright (c) 2003 Markus Friedl <markus@openbsd.org>
+ * Copyright (c) 2003 Markus Friedl. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above