aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/dnskey.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-08-17 14:11:39 +0200
committerMartin Willi <martin@strongswan.org>2009-08-26 11:23:51 +0200
commit3addf4e937dd8f3f436df42d1f513e74dceb372c (patch)
tree62118b28c8e50de95dda8015182bf69843310db0 /src/pluto/dnskey.c
parentcaa00e7ab7daa6cd00d9669f9eb9a077363588cd (diff)
downloadstrongswan-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/dnskey.c')
-rw-r--r--src/pluto/dnskey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/dnskey.c b/src/pluto/dnskey.c
index ed901ade5..ea8419825 100644
--- a/src/pluto/dnskey.c
+++ b/src/pluto/dnskey.c
@@ -436,7 +436,7 @@ process_txt_rr_body(u_char *str
}
rfc3110_chunk = chunk_create(buf, sz);
key = lib->creds->create(lib->creds, CRED_PRIVATE_KEY, KEY_RSA,
- BUILD_BLOB_RFC_3110, rfc3110_chunk,
+ BUILD_BLOB_DNSKEY, rfc3110_chunk,
BUILD_END);
if (key == NULL)
{