mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
typo in error message
This commit is contained in:
parent
865c30d923
commit
069e0fac71
@ -95,7 +95,7 @@ set_encryption_flag(bool flag) {
|
||||
#ifndef HAVE_SSL
|
||||
if (flag) {
|
||||
express_cat.warning()
|
||||
<< "OpenSSL not compiled in; cannot generated compressed multifiles.\n";
|
||||
<< "OpenSSL not compiled in; cannot generated encrypted multifiles.\n";
|
||||
flag = false;
|
||||
}
|
||||
#endif // HAVE_SSL
|
||||
|
Loading…
x
Reference in New Issue
Block a user