diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-01-23 19:26:34 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-01-23 19:26:34 +0000 |
commit | 2985341ef2a6444f6a37ceec33a10e7fba6137e0 (patch) | |
tree | a91580c4387b2882b6b4020fb063e8cd5d6c65ba /usr.bin | |
parent | a9b27db7580ba2f791a2163d9e2937739eba3b46 (diff) |
rename acss@opebsd.org to acss@openssh.org
ok deraadt@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/cipher.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/cipher.c b/usr.bin/ssh/cipher.c index 20b22ce99f2..a424a243703 100644 --- a/usr.bin/ssh/cipher.c +++ b/usr.bin/ssh/cipher.c @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: cipher.c,v 1.67 2004/01/23 17:06:03 hshoexer Exp $"); +RCSID("$OpenBSD: cipher.c,v 1.68 2004/01/23 19:26:33 hshoexer Exp $"); #include "xmalloc.h" #include "log.h" @@ -85,7 +85,7 @@ struct Cipher { { "aes128-ctr", SSH_CIPHER_SSH2, 16, 16, evp_aes_128_ctr }, { "aes192-ctr", SSH_CIPHER_SSH2, 16, 24, evp_aes_128_ctr }, { "aes256-ctr", SSH_CIPHER_SSH2, 16, 32, evp_aes_128_ctr }, - { "acss@openbsd.org", SSH_CIPHER_SSH2, 16, 5, EVP_acss }, + { "acss@openssh.org", SSH_CIPHER_SSH2, 16, 5, EVP_acss }, { NULL, SSH_CIPHER_ILLEGAL, 0, 0, NULL } }; |