mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
fix typo in error message
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -716,7 +716,7 @@ const char *ssl_cmd_SSLHonorCipherOrder(cmd_parms *cmd, void *dcfg, int flag)
|
|||||||
sc->cipher_server_pref = flag?TRUE:FALSE;
|
sc->cipher_server_pref = flag?TRUE:FALSE;
|
||||||
return NULL;
|
return NULL;
|
||||||
#else
|
#else
|
||||||
return "SSLHonorCiperOrder unsupported; not implemented by the SSL library";
|
return "SSLHonorCipherOrder unsupported; not implemented by the SSL library";
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user