diff options
author | Pauli <paul.dale@oracle.com> | 2019-12-03 10:56:41 +0100 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-12-04 22:25:52 +0100 |
commit | 7ba46774b7f1b2e83d44323a8831b615a49f9f37 (patch) | |
tree | c49799c7aaa3b18e513997c9688b990e840c90ec /NOTES.ANDROID | |
parent | Deprecate the AES_ige_*() functions (diff) | |
download | openssl-7ba46774b7f1b2e83d44323a8831b615a49f9f37.tar.xz openssl-7ba46774b7f1b2e83d44323a8831b615a49f9f37.zip |
Remove spurious space from file.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10562)
Diffstat (limited to 'NOTES.ANDROID')
-rw-r--r-- | NOTES.ANDROID | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NOTES.ANDROID b/NOTES.ANDROID index 5eb29fb994..f19ec71b83 100644 --- a/NOTES.ANDROID +++ b/NOTES.ANDROID @@ -39,7 +39,7 @@ PATH=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin:$ANDROID_NDK_HOME/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin:$PATH ./Configure android-arm64 -D__ANDROID_API__=29 make - + Older versions of the NDK have GCC under their common prebuilt tools directory, so the bin path will be slightly different. EG: to compile for ICS on ARM with NDK 10d: |