Two places where I forgot to change vms_idhacks to symhacks.

This commit is contained in:
Richard Levitte 2000-09-08 06:28:09 +00:00
parent 709e85953d
commit a1b15ac21f
2 changed files with 2 additions and 6 deletions

View File

@ -67,9 +67,7 @@
#include <openssl/stack.h>
#include <openssl/safestack.h>
#ifdef VMS
#include <openssl/vms_idhacks.h>
#endif
#include <openssl/symhacks.h>
#ifdef __cplusplus
extern "C" {

View File

@ -62,9 +62,7 @@
#include <openssl/bio.h>
#include <openssl/x509.h>
#ifdef VMS
#include <openssl/vms_idhacks.h>
#endif
#include <openssl/symhacks.h>
#ifdef __cplusplus
extern "C" {