Merge in demo engines from 0.9.7-stable.
[openssl.git] / demos / engines / rsaref / Makefile
index 5fbcda3576e3465345060ac712eb16a13458ac8c..003e35df2e131763782827fb86d506cc6775359d 100644 (file)
@@ -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