Skip to content

Commit 5ef91c6

Browse files
committed
change openssl version
the version 1.0.2d has complie error, so, I switched to the 1.0.1p version.
1 parent b6f7893 commit 5ef91c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/openssl/recipe.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
VERSION_openssl=${VERSION_openssl:-1.0.2d}
3+
VERSION_openssl=${VERSION_openssl:-1.0.1p}
44
URL_openssl=https://www.openssl.org/source/openssl-$VERSION_openssl.tar.gz
55
DEPS_openssl=()
6-
MD5_openssl=38dd619b2e77cbac69b99f52a053d25a
6+
MD5_openssl=7563e92327199e0067ccd0f79f436976
77
BUILD_openssl=$BUILD_PATH/openssl/$(get_directory $URL_openssl)
88
RECIPE_openssl=$RECIPES_PATH/openssl
99

0 commit comments

Comments
 (0)