diff --git a/component/openssl/buildout.cfg b/component/openssl/buildout.cfg
index 41a6c0ca7c63784fa2da1683171353cbbb7cc528..82f05b1e9ef9b93b5ef5c11798e8ed3d6c2d7dae 100644
--- a/component/openssl/buildout.cfg
+++ b/component/openssl/buildout.cfg
@@ -25,7 +25,6 @@ prefix = ${:location}
 patch-binary = ${patch:location}/bin/patch
 patches =
   ${:_profile_base_location_}/openssl-nodoc.patch#a78c14908fe9ec624b1fb9fa97e01bb9
-  ${:_profile_base_location_}/openssl-exlibs.patch#fba5c873cf974ba80a973be41da3c738
   ${:_profile_base_location_}/openssl-1.0.2d-parallel-build.patch#e4cf66a48a85a0da68fd4842e6fab54b
 patch-options = -p1
 configure-command = ./config
diff --git a/component/openssl/openssl-exlibs.patch b/component/openssl/openssl-exlibs.patch
deleted file mode 100644
index 9ddcf742f38e0a3d341d50467efda9f2d17957b3..0000000000000000000000000000000000000000
--- a/component/openssl/openssl-exlibs.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/engines/ccgost/Makefile~	2010-08-24 23:46:34.000000000 +0200
-+++ b/engines/ccgost/Makefile	2012-03-14 10:11:46.826419864 +0100
-@@ -7,6 +7,7 @@
- AR= ar r
- CFLAGS= $(INCLUDES) $(CFLAG)
- LIB=$(TOP)/libcrypto.a
-+EX_LIBS= 
- 
- LIBSRC= gost2001.c gost2001_keyx.c gost89.c gost94_keyx.c gost_ameth.c gost_asn1.c gost_crypt.c gost_ctl.c gost_eng.c gosthash.c gost_keywrap.c gost_md.c gost_params.c gost_pmeth.c gost_sign.c
- 
-@@ -32,7 +33,7 @@
- 		$(MAKE) -f $(TOP)/Makefile.shared -e \
- 			LIBNAME=$(LIBNAME) \
- 			LIBEXTRAS='$(LIBOBJ)' \
--			LIBDEPS='-L$(TOP) -lcrypto' \
-+			LIBDEPS='-L$(TOP) -lcrypto $(EX_LIBS)' \
- 			link_o.$(SHLIB_TARGET); \
- 	else \
- 		$(AR) $(LIB) $(LIBOBJ); \