[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

Richard Levitte levitte at openssl.org
Tue Jan 22 11:26:53 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  d0a4e858bb658c098cd267252e1e7cfffe554aff (commit)
      from  8c175d2d4f1fc630b5da8d4a5aeb85b21105a2b5 (commit)


- Log -----------------------------------------------------------------
commit d0a4e858bb658c098cd267252e1e7cfffe554aff
Author: Matt Eaton <agnosticdev at gmail.com>
Date:   Mon Jan 21 20:14:34 2019 -0600

    Update NOTES.ANDROID
    
    Minor typo fix to `adjustment` in the line:
    "In such case you have to pass matching target
     name to Configure and shouldn't use -D__ANDROID_API__=N. PATH adjustment
     becomes simpler, $ANDROID_NDK/bin:$PATH suffices."
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/8054)
    
    (cherry picked from commit 52bcd4afc84d75f9d22866a3cefaf9ae4e9ff997)

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

Summary of changes:
 NOTES.ANDROID | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NOTES.ANDROID b/NOTES.ANDROID
index bbbd8e4..6b4741c 100644
--- a/NOTES.ANDROID
+++ b/NOTES.ANDROID
@@ -54,7 +54,7 @@
  Another option is to create so called "standalone toolchain" tailored
  for single specific platform including Android API level, and assign its
  location to ANDROID_NDK. In such case you have to pass matching target
- name to Configure and shouldn't use -D__ANDROID_API__=N. PATH adjusment
+ name to Configure and shouldn't use -D__ANDROID_API__=N. PATH adjustment
  becomes simpler, $ANDROID_NDK/bin:$PATH suffices.
 
  Running tests (on Linux)


More information about the openssl-commits mailing list