stunnel: fix whitespace lints

This commit is contained in:
Michael Gehring 2017-07-16 16:00:44 +00:00
parent e46c073a3a
commit 1437c3fd92

View file

@ -25,7 +25,7 @@ post_install() {
# new version is out. LibreSSL patches for stunnel 5.35 don't yet work. Not # new version is out. LibreSSL patches for stunnel 5.35 don't yet work. Not
# enough is made conditional. # enough is made conditional.
# -- # --
# It is important to note that upstream has expressly refused to support # It is important to note that upstream has expressly refused to support
# LibreSSL. # LibreSSL.
# -- # --
# Significant thanks to the OpenBSD project for creating patch sets for 5.37 # Significant thanks to the OpenBSD project for creating patch sets for 5.37
@ -42,6 +42,6 @@ post_install() {
# -- # --
# As of 5.41_1 there are only two sorts of code warnings: # As of 5.41_1 there are only two sorts of code warnings:
# conversion 'long int' from 'long unsigned int' for what appear to be flags # conversion 'long int' from 'long unsigned int' for what appear to be flags
# and SSL_SESSION* (*)(struct ssl_st *, unsigned char *, int, int*) expected # and SSL_SESSION* (*)(struct ssl_st *, unsigned char *, int, int*) expected
# got SSL_SESSION* (*)(struct ssl_st *, const unsigned char *, int, int*) # got SSL_SESSION* (*)(struct ssl_st *, const unsigned char *, int, int*)
# These are not being considered issues. # These are not being considered issues.