From 7eb18f1237f517d7072c6d5d4602b68c8e0a1a21 Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Thu, 15 Aug 2002 09:21:31 +0000 Subject: Simplify handling of named curves: get rid of EC_GROUP_new_by_name(), EC_GROUP_new_by_nid() should be enough. This avoids a lot of redundancy. Submitted by: Nils Larsch --- apps/s_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/s_server.c') diff --git a/apps/s_server.c b/apps/s_server.c index 828d5ef3a0..725efd3b1e 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -110,7 +110,7 @@ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. - * ECDH support in OpenSSL originally developed by + * ECC cipher suite support in OpenSSL originally developed by * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ -- cgit v1.2.3