summaryrefslogtreecommitdiffstats
path: root/demos/engines/rsaref
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-13 14:30:27 +0200
committerRichard Levitte <levitte@openssl.org>2002-08-13 14:30:27 +0200
commit056cc163f539f272778cfa2dba7848c650da4f5e (patch)
tree6cb65821ffbfdbc2a8b6881b10a1129dce6d8c17 /demos/engines/rsaref
parentComma forgotten. (diff)
downloadopenssl-056cc163f539f272778cfa2dba7848c650da4f5e.tar.xz
openssl-056cc163f539f272778cfa2dba7848c650da4f5e.zip
Merge in demo engines from 0.9.7-stable.
Diffstat (limited to 'demos/engines/rsaref')
-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