X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Frehash.c;h=23dbfd8daa41760847b76743332abcefd145b175;hb=2ac915f16218982f48dbc799b8308a07441d2e35;hp=e837d276148affc0d0f8c2f3af8fae584170d9bc;hpb=227a44b1f639ea02d1a278ed07fa5f2dc6d286c6;p=oweals%2Fopenssl.git diff --git a/apps/rehash.c b/apps/rehash.c index e837d27614..23dbfd8daa 100644 --- a/apps/rehash.c +++ b/apps/rehash.c @@ -25,7 +25,23 @@ # include # include +/* + * Make sure that the processing of symbol names is treated the same as when + * libcrypto is built. This is done automatically for public headers (see + * include/openssl/__DECC_INCLUDE_PROLOGUE.H and __DECC_INCLUDE_EPILOGUE.H), + * but not for internal headers. + */ +# ifdef __VMS +# pragma names save +# pragma names as_is,shortened +# endif + # include "internal/o_dir.h" + +# ifdef __VMS +# pragma names restore +# endif + # include # include # include