diff --git a/config.h b/config.h index 1b35139..3ea32b0 100644 --- a/config.h +++ b/config.h @@ -20,13 +20,13 @@ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the header file. */ -/* #undef HAVE_OPENSSL_BIO_H */ +#define HAVE_OPENSSL_BIO_H 1 /* Define to 1 if you have the header file. */ -/* #undef HAVE_OPENSSL_ERR_H */ +#define HAVE_OPENSSL_ERR_H 1 /* Define to 1 if you have the header file. */ -/* #undef HAVE_OPENSSL_SSL_H */ +#define HAVE_OPENSSL_SSL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_PTHREAD_H 1 @@ -95,7 +95,7 @@ #define STDC_HEADERS 1 /* Most recent revision number in the version control system */ -#define VCS_REVISION "77" +#define VCS_REVISION "78" /* Version number of package */ #define VERSION "2.4" diff --git a/shellinabox/shell_in_a_box.js b/shellinabox/shell_in_a_box.js index f6efce8..ab02e4d 100644 --- a/shellinabox/shell_in_a_box.js +++ b/shellinabox/shell_in_a_box.js @@ -182,7 +182,7 @@ ShellInABox.prototype.sendRequest = function(request) { if (this.session) { request.send(content); } else { - request.send(); + request.send(''); } };