Commit d3407350 authored by Bodo Möller's avatar Bodo Möller
Browse files

Comment.

parent e2e3d5ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -657,7 +657,7 @@ int SSL_write(SSL *s,const char *buf,int num)

int SSL_shutdown(SSL *s)
	{
	/* Note that this function behaves different from what one might
	/* Note that this function behaves differently from what one might
	 * expect.  Return values are 0 for no success (yet),
	 * 1 for success; but calling it once is usually not enough,
	 * even if blocking I/O is used (see ssl3_shutdown).