You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi
Does this package produce +quic output for use on Android?
Because I followed the NOTES-ANDROID.md manual file and it only produced openssl output without the libcrypto.so.81.3 and libssl.so.81.3 files.
These are the commands I used to produce the Android package:
git checkout openssl-3.1.7+quic
export ANDROID_NDK_ROOT=/home/ali/Android/Sdk/ndk/28.0.12674087
export PATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH
./Configure android-x86_64 -D__ANDROID_API__=28 \
--prefix=/home/ali/Desktop/openssl/build/x86_64
make clean
make
make install
result:
The text was updated successfully, but these errors were encountered:
hi
Does this package produce +quic output for use on Android?
Because I followed the NOTES-ANDROID.md manual file and it only produced openssl output without the libcrypto.so.81.3 and libssl.so.81.3 files.
These are the commands I used to produce the Android package:
result:
The text was updated successfully, but these errors were encountered: