mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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
|
#ifndef HAVE_SSL
|
||||||
if (flag) {
|
if (flag) {
|
||||||
express_cat.warning()
|
express_cat.warning()
|
||||||
<< "OpenSSL not compiled in; cannot generated compressed multifiles.\n";
|
<< "OpenSSL not compiled in; cannot generated encrypted multifiles.\n";
|
||||||
flag = false;
|
flag = false;
|
||||||
}
|
}
|
||||||
#endif // HAVE_SSL
|
#endif // HAVE_SSL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user