summaryrefslogtreecommitdiffstats
path: root/patches/openssl-1.0.2h/0012-soname.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/openssl-1.0.2h/0012-soname.patch')
-rw-r--r--patches/openssl-1.0.2h/0012-soname.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/patches/openssl-1.0.2h/0012-soname.patch b/patches/openssl-1.0.2h/0012-soname.patch
new file mode 100644
index 000000000..76c842b50
--- /dev/null
+++ b/patches/openssl-1.0.2h/0012-soname.patch
@@ -0,0 +1,24 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Wed, 4 May 2016 09:27:51 +0200
+Subject: [PATCH] soname
+
+Imported from openssl_1.0.2h-1.debian.tar.xz
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ crypto/opensslv.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/crypto/opensslv.h b/crypto/opensslv.h
+index 13fe440231cd..ed092f113f1b 100644
+--- a/crypto/opensslv.h
++++ b/crypto/opensslv.h
+@@ -88,7 +88,7 @@ extern "C" {
+ * should only keep the versions that are binary compatible with the current.
+ */
+ # define SHLIB_VERSION_HISTORY ""
+-# define SHLIB_VERSION_NUMBER "1.0.0"
++# define SHLIB_VERSION_NUMBER "1.0.2"
+
+
+ #ifdef __cplusplus