Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.
[openssl.git] / Makefile.org
index 2eaffde9fc6de22dcd1189ac971d9cd9d5f9dfe1..ab6a74eb197e1529bc5b2568ca0a893a4d346f65 100644 (file)
@@ -468,7 +468,7 @@ lint:
 tags TAGS: FORCE
        rm -f TAGS tags
        -ctags -R .
-       -etags -R .
+       -etags `find . -name '*.[ch]' -o -name '*.pm'`
 
 FORCE: