Module Name:    src
Committed By:   simonb
Date:           Mon Oct  5 11:29:36 UTC 2020

Modified Files:
        src/crypto/external/bsd/openssl/lib/libcrypto: crypto.map

Log Message:
Whitespace nit.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map:1.9 src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map:1.10
--- src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map:1.9	Sun Oct  4 19:32:48 2020
+++ src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map	Mon Oct  5 11:29:36 2020
@@ -552,7 +552,7 @@ OPENSSL_1_1_0 {
         BN_nnmod;
         BN_num_bits;
         BN_num_bits_word;
-	BN_oct2bn;
+        BN_oct2bn;
         BN_options;
         BN_print;
         BN_print_fp;

Reply via email to