diff options
author | Martin Willi <martin@strongswan.org> | 2009-08-13 15:05:14 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-08-26 11:23:49 +0200 |
commit | cbb62e8f4c48c795a3cf63899048845ee3bfe75c (patch) | |
tree | de9adde5bcfa691b214a5423b49141c6a60991bd /src/libstrongswan/plugins/pem/pem_builder.c | |
parent | f11a78f10a71756a48e318f00a0772f42226b1ef (diff) | |
download | strongswan-cbb62e8f4c48c795a3cf63899048845ee3bfe75c.tar.bz2 strongswan-cbb62e8f4c48c795a3cf63899048845ee3bfe75c.tar.xz |
handle pluto specific certificates under CRED_CERTIFICATE, not as own credential kind
Diffstat (limited to 'src/libstrongswan/plugins/pem/pem_builder.c')
-rw-r--r-- | src/libstrongswan/plugins/pem/pem_builder.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libstrongswan/plugins/pem/pem_builder.c b/src/libstrongswan/plugins/pem/pem_builder.c index 4d8a32a07..72cc8a301 100644 --- a/src/libstrongswan/plugins/pem/pem_builder.c +++ b/src/libstrongswan/plugins/pem/pem_builder.c @@ -561,11 +561,3 @@ builder_t *certificate_pem_builder(certificate_type_t type) return pem_builder(CRED_CERTIFICATE, type); } -/** - * Pluto specific cert builder. - */ -builder_t *pluto_pem_builder(certificate_type_t type) -{ - return pem_builder(CRED_PLUTO_CERT, type); -} - |