moved .gitignore for pool
This commit is contained in:
@@ -53,8 +53,6 @@ enum certificate_type_t {
|
||||
CERT_GPG,
|
||||
/** Pluto cert_t (not a certificate_t), either x509 or PGP */
|
||||
CERT_PLUTO_CERT,
|
||||
/** Pluto x509acert_t (not a certificate_t), attribute certificate */
|
||||
CERT_PLUTO_AC,
|
||||
/** Pluto x509crl_t (not a certificate_t), certificate revocation list */
|
||||
CERT_PLUTO_CRL,
|
||||
};
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
pool
|
||||
@@ -97,8 +97,6 @@ plugin_t *plugin_create()
|
||||
/* register pluto specific certificate formats */
|
||||
lib->creds->add_builder(lib->creds, CRED_CERTIFICATE, CERT_PLUTO_CERT,
|
||||
(builder_function_t)pem_certificate_load);
|
||||
lib->creds->add_builder(lib->creds, CRED_CERTIFICATE, CERT_PLUTO_AC,
|
||||
(builder_function_t)pem_certificate_load);
|
||||
lib->creds->add_builder(lib->creds, CRED_CERTIFICATE, CERT_PLUTO_CRL,
|
||||
(builder_function_t)pem_certificate_load);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user