comparison src/event/ngx_event_openssl.c @ 4572:67653855682e

Fixed spelling in multiline C comments.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 03 Apr 2012 07:37:31 +0000
parents 14411ee4d89f
children e813c113ef19
comparison
equal deleted inserted replaced
4571:2942a827da09 4572:67653855682e
487 int nid; 487 int nid;
488 EC_KEY *ecdh; 488 EC_KEY *ecdh;
489 489
490 /* 490 /*
491 * Elliptic-Curve Diffie-Hellman parameters are either "named curves" 491 * Elliptic-Curve Diffie-Hellman parameters are either "named curves"
492 * from RFC 4492 section 5.1.1, or explicitely described curves over 492 * from RFC 4492 section 5.1.1, or explicitly described curves over
493 * binary fields. OpenSSL only supports the "named curves", which provide 493 * binary fields. OpenSSL only supports the "named curves", which provide
494 * maximum interoperability. 494 * maximum interoperability.
495 */ 495 */
496 496
497 nid = OBJ_sn2nid((const char *) name->data); 497 nid = OBJ_sn2nid((const char *) name->data);