summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/cipher-ctr.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-19 18:51:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-19 18:51:20 +0000
commitd41d4732f650551a18193ce1c740b7df27ed12dc (patch)
tree40eb019e5087151de7680d27e7c32123e1bb0105 /usr.bin/ssh/cipher-ctr.c
parentcf26df33d3d4b274e890d6ca0ea8cc6c69b38ee1 (diff)
RCSID() can die
Diffstat (limited to 'usr.bin/ssh/cipher-ctr.c')
-rw-r--r--usr.bin/ssh/cipher-ctr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ssh/cipher-ctr.c b/usr.bin/ssh/cipher-ctr.c
index 6c30f65b59c..4baf96a2453 100644
--- a/usr.bin/ssh/cipher-ctr.c
+++ b/usr.bin/ssh/cipher-ctr.c
@@ -14,7 +14,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "includes.h"
-RCSID("$OpenBSD: cipher-ctr.c,v 1.6 2005/07/17 07:17:55 djm Exp $");
#include <openssl/evp.h>
#include <openssl/aes.h>