aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-24 15:57:02 +0000
committerBodo Möller <bodo@openssl.org>1999-04-24 15:57:02 +0000
commitc76b0f751f83762d470f3be0c9c3c108465a0ace (patch)
treee5ee65b9ab156dd53123cbcae41733319492af5c /crypto
parent2b6405faa5f4eac1a06c8f57f8ed5f590433a6c7 (diff)
downloadopenssl-c76b0f751f83762d470f3be0c9c3c108465a0ace.tar.gz
Restore ERRC definitions that are needed to compile the library.
Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/asn1/Makefile.ssl1
-rw-r--r--crypto/bio/Makefile.ssl1
-rw-r--r--crypto/bn/Makefile.ssl1
-rw-r--r--crypto/buffer/Makefile.ssl1
-rw-r--r--crypto/conf/Makefile.ssl1
-rw-r--r--crypto/dh/Makefile.ssl1
-rw-r--r--crypto/dsa/Makefile.ssl1
-rw-r--r--crypto/evp/Makefile.ssl1
-rw-r--r--crypto/objects/Makefile.ssl1
-rw-r--r--crypto/pem/Makefile.ssl1
-rw-r--r--crypto/rsa/Makefile.ssl1
-rw-r--r--crypto/x509/Makefile.ssl1
12 files changed, 12 insertions, 0 deletions
diff --git a/crypto/asn1/Makefile.ssl b/crypto/asn1/Makefile.ssl
index 284a989fba..654720d0ae 100644
--- a/crypto/asn1/Makefile.ssl
+++ b/crypto/asn1/Makefile.ssl
@@ -15,6 +15,7 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
+ERRC=asn1_err
GENERAL=Makefile README
TEST=
APPS=
diff --git a/crypto/bio/Makefile.ssl b/crypto/bio/Makefile.ssl
index 1d7f83c782..71dd686681 100644
--- a/crypto/bio/Makefile.ssl
+++ b/crypto/bio/Makefile.ssl
@@ -15,6 +15,7 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
+ERRC=bio_err
GENERAL=Makefile
TEST=
APPS=
diff --git a/crypto/bn/Makefile.ssl b/crypto/bn/Makefile.ssl
index fffd15090b..11e4f67de8 100644
--- a/crypto/bn/Makefile.ssl
+++ b/crypto/bn/Makefile.ssl
@@ -19,6 +19,7 @@ BN_ASM= bn_asm.o
CFLAGS= $(INCLUDES) $(CFLAG)
+ERRC=bn_err
GENERAL=Makefile
TEST=bntest.c exptest.c
APPS=
diff --git a/crypto/buffer/Makefile.ssl b/crypto/buffer/Makefile.ssl
index 4904761672..e93e17bb7c 100644
--- a/crypto/buffer/Makefile.ssl
+++ b/crypto/buffer/Makefile.ssl
@@ -15,6 +15,7 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
+ERRC=buf_err
GENERAL=Makefile
TEST=
APPS=
diff --git a/crypto/conf/Makefile.ssl b/crypto/conf/Makefile.ssl
index 28f7f6125f..44c0293da2 100644
--- a/crypto/conf/Makefile.ssl
+++ b/crypto/conf/Makefile.ssl
@@ -15,6 +15,7 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
+ERRC=conf_err
GENERAL=Makefile
TEST=
APPS=
diff --git a/crypto/dh/Makefile.ssl b/crypto/dh/Makefile.ssl
index 8fc3fe8534..f0229e4740 100644
--- a/crypto/dh/Makefile.ssl
+++ b/crypto/dh/Makefile.ssl
@@ -15,6 +15,7 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
+ERRC=dh_err
GENERAL=Makefile
TEST= dhtest.c
APPS=
diff --git a/crypto/dsa/Makefile.ssl b/crypto/dsa/Makefile.ssl
index 850229d4ed..28d6fabf6e 100644
--- a/crypto/dsa/Makefile.ssl
+++ b/crypto/dsa/Makefile.ssl
@@ -15,6 +15,7 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
+ERRC=dsa_err
GENERAL=Makefile
TEST=dsatest.c
APPS=
diff --git a/crypto/evp/Makefile.ssl b/crypto/evp/Makefile.ssl
index b74ad11be8..e8e1e6f163 100644
--- a/crypto/evp/Makefile.ssl
+++ b/crypto/evp/Makefile.ssl
@@ -15,6 +15,7 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
+ERRC=evp_err
GENERAL=Makefile
TEST=
APPS=
diff --git a/crypto/objects/Makefile.ssl b/crypto/objects/Makefile.ssl
index eca022346f..b2e452a053 100644
--- a/crypto/objects/Makefile.ssl
+++ b/crypto/objects/Makefile.ssl
@@ -15,6 +15,7 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
+ERRC=obj_err
GENERAL=Makefile README
TEST=
APPS=
diff --git a/crypto/pem/Makefile.ssl b/crypto/pem/Makefile.ssl
index 5470df3476..dd1c14dbe3 100644
--- a/crypto/pem/Makefile.ssl
+++ b/crypto/pem/Makefile.ssl
@@ -15,6 +15,7 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
+ERRC=pem_err
GENERAL=Makefile
TEST=
APPS=
diff --git a/crypto/rsa/Makefile.ssl b/crypto/rsa/Makefile.ssl
index cd90ff5481..72dcdc9ebf 100644
--- a/crypto/rsa/Makefile.ssl
+++ b/crypto/rsa/Makefile.ssl
@@ -15,6 +15,7 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
+ERRC=rsa_err
GENERAL=Makefile
TEST=rsa_oaep_test.c
APPS=
diff --git a/crypto/x509/Makefile.ssl b/crypto/x509/Makefile.ssl
index 90ff87c002..ba809614dc 100644
--- a/crypto/x509/Makefile.ssl
+++ b/crypto/x509/Makefile.ssl
@@ -15,6 +15,7 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
+ERRC=x509_err
GENERAL=Makefile README
TEST=
APPS=