|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
#
|
|
# Filename: package/.../mbedtls/programs.makefile.patch
|
|
# Copyright (C) 2015 The OpenSDE Project
|
|
#
|
|
# More information can be found in the files COPYING and README.
|
|
#
|
|
# This patch file is dual-licensed. It is available under the license the
|
|
# patched project is licensed under, as long as it is an OpenSource license
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
# of the GNU General Public License as published by the Free Software
|
|
# Foundation; either version 2 of the License, or (at your option) any later
|
|
# version.
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
--- ./programs/Makefile 2014-07-31 12:20:17.748459143 -0400
|
|
+++ ./programs/Makefile 2014-07-31 12:21:35.388454356 -0400
|
|
@@ -43,7 +43,7 @@
|
|
test/selftest test/ssl_test \
|
|
util/pem2der util/strerror \
|
|
x509/cert_app x509/crl_app \
|
|
- x509/cert_req
|
|
+ x509/cert_req x509/cert_write
|
|
|
|
ifdef OPENSSL
|
|
APPS += test/o_p_test
|
|
@@ -241,6 +241,10 @@
|
|
echo " CC x509/cert_req.c"
|
|
$(CC) $(CFLAGS) $(OFLAGS) x509/cert_req.c $(LDFLAGS) -o $@
|
|
|
|
+x509/cert_write: x509/cert_write.c ../library/libpolarssl.a
|
|
+ echo " CC x509/cert_write.c"
|
|
+ $(CC) $(CFLAGS) $(OFLAGS) x509/cert_write.c $(LDFLAGS) -o $@
|
|
+
|
|
clean:
|
|
ifndef WINDOWS
|
|
rm -f $(APPS)
|