summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-01 14:07:22 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-01 14:07:22 +0000
commit540f540e8c5692c32eef22677c16cd38d702ab55 (patch)
treea955e20e66701e0b9e82705ae168e3f1cd05dd8b
parente7bdc957e8e1220d71f3368ddfca067a7fb27416 (diff)
downloadlasso-540f540e8c5692c32eef22677c16cd38d702ab55.tar.gz
lasso-540f540e8c5692c32eef22677c16cd38d702ab55.tar.xz
lasso-540f540e8c5692c32eef22677c16cd38d702ab55.zip
fix typo
-rw-r--r--lasso/xml/private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/private.h b/lasso/xml/private.h
index 86ccc826..cbaa70e7 100644
--- a/lasso/xml/private.h
+++ b/lasso/xml/private.h
@@ -103,7 +103,7 @@ char* lasso_build_unique_id(unsigned int size);
char* lasso_get_current_time(void);
LassoPemFileType lasso_get_pem_file_type(const char *file);
-xmlSecKeyPtr lasso_get_publick_key_from_pem_file(const char *file);
+xmlSecKeyPtr lasso_get_public_key_from_pem_file(const char *file);
xmlSecKeyPtr lasso_load_private_key_file(const char *file);
xmlSecKeyPtr lasso_get_public_key_from_pem_cert_file(const char *file);
xmlSecKeysMngr* lasso_load_certs_from_pem_certs_chain_file (const char *file);