*/
if (! sslctx) {
- SSL_METHOD *method;
+ const SSL_METHOD *method;
SSL_library_init();
SSL_load_error_strings();
}
if (sm_debug) {
- SSL_CIPHER *cipher = SSL_get_current_cipher(ssl);
+ const SSL_CIPHER *cipher = SSL_get_current_cipher(ssl);
printf("SSL negotiation successful: %s(%d) %s\n",
SSL_CIPHER_get_name(cipher),
SSL_CIPHER_get_bits(cipher, NULL),
via the top-level Makefile. This is also done automatically via
"make distcheck".
-WARNING: The test suite installs nmh and run the tests on that test
+WARNING: The test suite installs nmh and runs the tests on that test
installation. If you run tests individually, they will not remove
that test installation or check to see if it remains up to date with
your nmh workspace. You can run test/clean after a test to remove the