From 3f5704b73d55bff576f937325a9c8a09cb6fbfbe Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Tue, 20 Nov 2018 22:47:21 +0800 Subject: [PATCH] fix wget patch link --- docs/cesa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cesa.md b/docs/cesa.md index 93d110c..885b9b5 100644 --- a/docs/cesa.md +++ b/docs/cesa.md @@ -124,7 +124,7 @@ apt-get source libssl1.0.2 Apply the patch that you can find [here](/files/cesa/openssl-add-cryptodev-support.patch). ``` -wget /files/cesa/openssl-add-cryptodev-support.patch +wget https://wiki.kobol.io/files/cesa/openssl-add-cryptodev-support.patch patch < openssl-add-cryptodev-support.patch openssl1.0-1.0.2l/crypto/engine/eng_cryptodev.c ```