telegram/TMessagesProj/jni/patch_boringssl.sh
2025-11-22 14:04:28 +01:00

6 lines
170 B
Bash
Executable file

#!/bin/bash
set -e
patch -d boringssl -p1 < patches/boringssl/0001-add-aes-ige-mode.patch
patch -d boringssl -p1 < patches/boringssl/0001-only-build-what-we-need.patch