[stunnel-users] A trivial patch for two minor typos in 5.26

Peter Pentchev roam at ringlet.net
Thu Nov 19 17:41:31 CET 2015


Hi,

Once again, thanks a lot for taking care of stunnel!

Attached is a trivial patch for two minor typo fixes.  Thanks in
advance for looking over it :)

G'luck,
Peter

-- 
Peter Pentchev  roam at ringlet.net roam at FreeBSD.org pp at storpool.com
PGP key:        http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13
-------------- next part --------------
Description: Fix some typos.
Forwarded: not yet
Author: Peter Pentchev <roam at ringlet.net>
Last-Update: 2015-11-19

--- a/src/options.c
+++ b/src/options.c
@@ -2488,7 +2488,7 @@
         section->option.sessiond=1;
 #ifdef SSL_OP_NO_TICKET
         /* disable RFC4507 support introduced in OpenSSL 0.9.8f */
-        /* this prevents session callbacks from beeing executed */
+        /* this prevents session callbacks from being executed */
         section->ssl_options_set|=SSL_OP_NO_TICKET;
 #endif
         if(!name2addr(&section->sessiond_addr, arg, 0))
--- a/src/ssl.c
+++ b/src/ssl.c
@@ -38,7 +38,7 @@
 #include "common.h"
 #include "prototypes.h"
 
-    /* global OpenSSL initalization: compression, engine, entropy */
+    /* global OpenSSL initialization: compression, engine, entropy */
 NOEXPORT void cb_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
     int idx, long argl, void *argp);
 #ifndef OPENSSL_NO_COMP
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://www.stunnel.org/pipermail/stunnel-users/attachments/20151119/6a042f2c/attachment.sig>


More information about the stunnel-users mailing list