Commit c76b0f75 authored by Bodo Möller's avatar Bodo Möller
Browse files

Restore ERRC definitions that are needed to compile the library.

Submitted by:
Reviewed by:
PR:

Submitted by:
Reviewed by:
PR:
parent 2b6405fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ AR= ar r

CFLAGS= $(INCLUDES) $(CFLAG)

ERRC=asn1_err
GENERAL=Makefile README
TEST=
APPS=
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ AR= ar r

CFLAGS= $(INCLUDES) $(CFLAG)

ERRC=bio_err
GENERAL=Makefile
TEST=
APPS=
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ BN_ASM= bn_asm.o

CFLAGS= $(INCLUDES) $(CFLAG)

ERRC=bn_err
GENERAL=Makefile
TEST=bntest.c exptest.c
APPS=
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ AR= ar r

CFLAGS= $(INCLUDES) $(CFLAG)

ERRC=buf_err
GENERAL=Makefile
TEST=
APPS=
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ AR= ar r

CFLAGS= $(INCLUDES) $(CFLAG)

ERRC=conf_err
GENERAL=Makefile
TEST=
APPS=
Loading