diff --git a/srcpkgs/stunnel/template b/srcpkgs/stunnel/template index 7069b3649ab..77f5c4a74ee 100644 --- a/srcpkgs/stunnel/template +++ b/srcpkgs/stunnel/template @@ -25,7 +25,7 @@ post_install() { # new version is out. LibreSSL patches for stunnel 5.35 don't yet work. Not # 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. # -- # 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: # 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*) # These are not being considered issues.