summaryrefslogtreecommitdiff
path: root/cipher.c
diff options
context:
space:
mode:
authordjm <djm>2004-01-27 10:20:59 +0000
committerdjm <djm>2004-01-27 10:20:59 +0000
commit255a98b9f9351e2a92b01207ae957d399edce95a (patch)
treea1445c806b2b60f7a67a19c464fce98d52a1f0f3 /cipher.c
parent583cd7942957609e2db1196e55e8c232765964b5 (diff)
downloadopenssh-255a98b9f9351e2a92b01207ae957d399edce95a.tar.gz
- hshoexer@cvs.openbsd.org 2004/01/23 19:26:33
[cipher.c] rename acss@opebsd.org to acss@openssh.org ok deraadt@
Diffstat (limited to 'cipher.c')
-rw-r--r--cipher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher.c b/cipher.c
index 190b8688..79c07ec4 100644
--- a/cipher.c
+++ b/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"
@@ -104,7 +104,7 @@ struct Cipher {
{ "aes256-ctr", SSH_CIPHER_SSH2, 16, 32, evp_aes_128_ctr },
#endif
#if defined(EVP_CTRL_SET_ACSS_MODE)
- { "acss@openbsd.org", SSH_CIPHER_SSH2, 16, 5, EVP_acss },
+ { "acss@openssh.org", SSH_CIPHER_SSH2, 16, 5, EVP_acss },
#endif
{ NULL, SSH_CIPHER_ILLEGAL, 0, 0, NULL }
};