Skip to content

Instantly share code, notes, and snippets.

View kamari-swami's full-sized avatar
🐢
Looking for next oppurtunity to code again!

Kamari Shankaran Swami kamari-swami

🐢
Looking for next oppurtunity to code again!
  • New Delhi
  • 06:33 (UTC +05:30)
View GitHub Profile
@ospfranco
ospfranco / build-openssl.sh
Last active March 13, 2025 12:04
Cross-compile OpenSSL 3.X for Android
#!/bin/bash
# This script builds openSSL from source for the Android platform
# while patching some hand-written assembly that fails on Android
# It's useful when trying to use OpenSSL in Rust which tries to
# from the official sources and will therefore fail when launching
# your crate on Android
# Link to the main PR that fixes the sources: