瀏覽代碼

Updated docs - will probably be more changes coming. Also
got rid of the "Anonymous DH Mode" on the usage message, since ADH is
only one of the available ciphers, and the least likely to be used.

John C. Frickson 10 年之前
父節點
當前提交
3aaf825786
共有 3 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      docs/NRPE.odt
  2. 二進制
      docs/NRPE.pdf
  3. 1 1
      src/nrpe.c

二進制
docs/NRPE.odt


二進制
docs/NRPE.pdf


+ 1 - 1
src/nrpe.c

@@ -433,7 +433,7 @@ void usage(int result)
 	printf("Last Modified: %s\n", MODIFICATION_DATE);
 	printf("Last Modified: %s\n", MODIFICATION_DATE);
 	printf("License: GPL v2 with exemptions (-l for more info)\n");
 	printf("License: GPL v2 with exemptions (-l for more info)\n");
 #ifdef HAVE_SSL
 #ifdef HAVE_SSL
-	printf("SSL/TLS Available: Anonymous DH Mode, OpenSSL 0.9.6 or higher required\n");
+	printf("SSL/TLS Available, OpenSSL 0.9.6 or higher required\n");
 #endif
 #endif
 #ifdef HAVE_LIBWRAP
 #ifdef HAVE_LIBWRAP
 	printf("TCP Wrappers Available\n");
 	printf("TCP Wrappers Available\n");