summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_vms.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-15 22:12:53 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-15 22:12:53 +0000
commitea4e4149af2faced0a956dcc456b3abe1139c8db (patch)
tree35c572a2c39d51a65294658a36dfadf7e26fd986 /crypto/dso/dso_vms.c
parent0e05f54516c333f0ed270f7a922df0e75e3b5373 (diff)
Make sure dso_vms.c compiles on other operating systems as well.
Diffstat (limited to 'crypto/dso/dso_vms.c')
-rw-r--r--crypto/dso/dso_vms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/dso/dso_vms.c b/crypto/dso/dso_vms.c
index 93c2a29606..58b9027397 100644
--- a/crypto/dso/dso_vms.c
+++ b/crypto/dso/dso_vms.c
@@ -59,11 +59,13 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
+#ifdef VMS
#include <lib$routines.h>
#include <libfisdef.h>
#include <stsdef.h>
#include <descrip.h>
#include <starlet.h>
+#endif
#include "cryptlib.h"
#include <openssl/dso.h>