summaryrefslogtreecommitdiff
path: root/examples/decrypt1.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/decrypt1.c')
-rw-r--r--examples/decrypt1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/decrypt1.c b/examples/decrypt1.c
index 881eb947..7819dfbe 100644
--- a/examples/decrypt1.c
+++ b/examples/decrypt1.c
@@ -92,7 +92,7 @@ main(int argc, char **argv) {
if(xmlSecCryptoDLLoadLibrary(NULL) < 0) {
fprintf(stderr, "Error: unable to load default xmlsec-crypto library. Make sure\n"
"that you have it installed and check shared libraries path\n"
- "(LD_LIBRARY_PATH) envornment variable.\n");
+ "(LD_LIBRARY_PATH and/or LTDL_LIBRARY_PATH) environment variables.\n");
return(-1);
}
#endif /* XMLSEC_CRYPTO_DYNAMIC_LOADING */