diff options
author | Martin Willi <martin@strongswan.org> | 2009-08-17 14:11:39 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-08-26 11:23:51 +0200 |
commit | 3addf4e937dd8f3f436df42d1f513e74dceb372c (patch) | |
tree | 62118b28c8e50de95dda8015182bf69843310db0 /src/pluto/keys.c | |
parent | caa00e7ab7daa6cd00d9669f9eb9a077363588cd (diff) | |
download | strongswan-3addf4e937dd8f3f436df42d1f513e74dceb372c.tar.bz2 strongswan-3addf4e937dd8f3f436df42d1f513e74dceb372c.tar.xz |
renamed BUILD_BLOB_RFC_3110 to BUILD_BLOB_DNSKEY, we potentially support other key types
Diffstat (limited to 'src/pluto/keys.c')
-rw-r--r-- | src/pluto/keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/keys.c b/src/pluto/keys.c index 516872e8e..31190340d 100644 --- a/src/pluto/keys.c +++ b/src/pluto/keys.c @@ -1296,7 +1296,7 @@ bool add_public_key(const struct id *id, enum dns_auth_level dns_auth_level, { case PUBKEY_ALG_RSA: key = lib->creds->create(lib->creds, CRED_PUBLIC_KEY, KEY_RSA, - BUILD_BLOB_RFC_3110, rfc3110_key, + BUILD_BLOB_DNSKEY, rfc3110_key, BUILD_END); if (key == NULL) { |