renamed OAKLEY_ECDSA_512 to OAKLEY_ECDSA_512

This commit is contained in:
Andreas Steffen
2009-06-13 15:16:49 +02:00
parent 1930cb22ff
commit c71f212627
8 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ struct db_context *ike_alg_db_new(struct connection *c, lset_t policy)
auth_method = OAKLEY_ECDSA_384;
break;
case 66:
auth_method = OAKLEY_ECDSA_512;
auth_method = OAKLEY_ECDSA_521;
break;
default:
continue;