protect from compiling without OpenSSL

This commit is contained in:
David Rose 2004-09-17 22:18:36 +00:00
parent 52615b0da5
commit f590f5090f

View File

@ -18,6 +18,7 @@
#include "encryptStream.h"
#ifdef HAVE_SSL
////////////////////////////////////////////////////////////////////
// Function: encrypt_string
// Access: Published
@ -64,3 +65,5 @@ decrypt_string(const string &source, const string &password) {
return output.str();
}
#endif // HAVE_SSL