Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-13 16:19:55 +0400
committerRichard Levitte <levitte@openssl.org>2002-08-13 16:19:55 +0400
commit61005027267b397677da73cefe69349062540dc5 (patch)
tree39ef40c9b21964d31bbda0535c80f41a22f9b7bc /demos
parenta1f09ea8f8f292eb62aa5e43f3475d63e696f2fb (diff)
Export text symbols as well (AIX experts might need to correct me
here).
Diffstat (limited to 'demos')
-rw-r--r--demos/engines/rsaref/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/engines/rsaref/Makefile b/demos/engines/rsaref/Makefile
index 5fbcda3576..003e35df2e 100644
--- a/demos/engines/rsaref/Makefile
+++ b/demos/engines/rsaref/Makefile
@@ -48,7 +48,7 @@ $(LIB): $(OBJ)
LINK_SO= \
ld -r -o $(LIBNAME).o $$ALLSYMSFLAGS $(LIB) install/librsaref.a && \
- (nm -Pg $(LIBNAME).o | grep ' [BD] ' | cut -f1 -d' ' > $(LIBNAME).exp; \
+ (nm -Pg $(LIBNAME).o | grep ' [BDT] ' | cut -f1 -d' ' > $(LIBNAME).exp; \
$$SHAREDCMD $$SHAREDFLAGS -o $(SHLIB) $(LIBNAME).o -L ../../.. -lcrypto -lc)
$(SHLIB).gnu: $(LIB) install/librsaref.a