mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-20 21:50:26 -05:00
typo in error message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user