diff options
Diffstat (limited to 'recipes-connectivity/openssl/openssl-qoriq/debian1.0.2/soname.patch')
-rw-r--r-- | recipes-connectivity/openssl/openssl-qoriq/debian1.0.2/soname.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-connectivity/openssl/openssl-qoriq/debian1.0.2/soname.patch b/recipes-connectivity/openssl/openssl-qoriq/debian1.0.2/soname.patch new file mode 100644 index 00000000..f9cdfec8 --- /dev/null +++ b/recipes-connectivity/openssl/openssl-qoriq/debian1.0.2/soname.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: openssl-1.0.2d/crypto/opensslv.h | ||
2 | =================================================================== | ||
3 | --- openssl-1.0.2d.orig/crypto/opensslv.h | ||
4 | +++ openssl-1.0.2d/crypto/opensslv.h | ||
5 | @@ -88,7 +88,7 @@ extern "C" { | ||
6 | * should only keep the versions that are binary compatible with the current. | ||
7 | */ | ||
8 | # define SHLIB_VERSION_HISTORY "" | ||
9 | -# define SHLIB_VERSION_NUMBER "1.0.0" | ||
10 | +# define SHLIB_VERSION_NUMBER "1.0.2" | ||
11 | |||
12 | |||
13 | #ifdef __cplusplus | ||