Remove unnecessary trailing whitespace
[openssl.git] / doc / man3 / OCSP_REQUEST_new.pod
index becdd458bfc6723836d3b27c1e737fadd7380619..db670dca8d4ac4eecf93f984f11d11dba4a3bbbb 100644 (file)
@@ -93,7 +93,7 @@ B<issuer>:
  if (OCSP_REQUEST_add0_id(req, cid) == NULL)
     /* error */
 
 /* Do something with req, e.g. query responder */
+ /* Do something with req, e.g. query responder */
 
  OCSP_REQUEST_free(req);
 
@@ -110,7 +110,7 @@ L<OCSP_sendreq_new(3)>
 
 Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.