[openssl-commits] [openssl] master update

kaduk at mit.edu kaduk at mit.edu
Fri Mar 9 17:30:46 UTC 2018


The branch master has been updated
       via  379cc0893eb114b267eab5e6e86a8146c33d31e3 (commit)
      from  ee36b963aef8dc18d2016970d808a7287e6d38fc (commit)


- Log -----------------------------------------------------------------
commit 379cc0893eb114b267eab5e6e86a8146c33d31e3
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Fri Mar 9 10:33:19 2018 -0600

    Fix doc-nits
    
    Remove a space from a whitespace-only line.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5575)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/OSSL_STORE_expect.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/OSSL_STORE_expect.pod b/doc/man3/OSSL_STORE_expect.pod
index ab0e878..e3f06b5 100644
--- a/doc/man3/OSSL_STORE_expect.pod
+++ b/doc/man3/OSSL_STORE_expect.pod
@@ -14,7 +14,7 @@ OSSL_STORE_find
  int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type);
 
  int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int criterion_type);
- 
+
  int OSSL_STORE_find(OSSL_STORE_CTX *ctx, OSSL_STORE_SEARCH *search);
 
 =head1 DESCRIPTION


More information about the openssl-commits mailing list