Author: jkim
Date: Thu Feb 27 20:46:30 2020
New Revision: 358410
URL: https://svnweb.freebsd.org/changeset/base/358410

Log:
  Fix a white space.

Modified:
  head/contrib/sendmail/src/tls.c

Modified: head/contrib/sendmail/src/tls.c
==============================================================================
--- head/contrib/sendmail/src/tls.c     Thu Feb 27 20:26:37 2020        
(r358409)
+++ head/contrib/sendmail/src/tls.c     Thu Feb 27 20:46:30 2020        
(r358410)
@@ -744,7 +744,7 @@ sm_RSA_generate_key(num, e)
        unsigned long e;
 {
        RSA *rsa = NULL;
-        BIGNUM *bn_rsa_r4;
+       BIGNUM *bn_rsa_r4;
 
        bn_rsa_r4 = BN_new();
        if ((bn_rsa_r4 != NULL) && BN_set_word(bn_rsa_r4, e) && (rsa = 
RSA_new()) != NULL)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to