Commit 45ee08d9 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Typo.

(cherry picked from commit 13af1451)
parent 5ff68e8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -496,7 +496,7 @@ int SSL_CONF_cmd_argv(SSL_CONF_CTX *cctx, int *pargc, char ***pargv)
			(*pargc) -= rv;
		return rv;
		}
	/* Unknown swicth: indicate no arguments processed */
	/* Unknown switch: indicate no arguments processed */
	if (rv == -2)
		return 0;
	/* Some error occurred processing command, return fatal error */