renamed BUILD_BLOB_RFC_3110 to BUILD_BLOB_DNSKEY, we potentially support other key types

This commit is contained in:
Martin Willi
2009-08-26 11:23:51 +02:00
parent caa00e7ab7
commit 3addf4e937
6 changed files with 7 additions and 7 deletions
@@ -166,7 +166,7 @@ static void* create(private_credential_factory_t *this, credential_type_t type,
case BUILD_BLOB_PEM:
case BUILD_BLOB_ASN1_DER:
case BUILD_BLOB_PGP:
case BUILD_BLOB_RFC_3110:
case BUILD_BLOB_DNSKEY:
case BUILD_PASSPHRASE:
case BUILD_SERIAL:
case BUILD_RSA_MODULUS: