X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fo_dir.c;h=6857a2e17d4fcc1d6efd32b7bfc58ed684e9e8e3;hb=1aa89a7a3afb053d0c0b7fad8d3ea1b0a5447289;hp=89c8c5c565f836bdce3c2672e70aac9295cef3f8;hpb=aa6bb1352b1026b20a23b49da4efdcf171926eb0;p=openssl.git diff --git a/crypto/o_dir.c b/crypto/o_dir.c index 89c8c5c565..6857a2e17d 100644 --- a/crypto/o_dir.c +++ b/crypto/o_dir.c @@ -1,14 +1,14 @@ /* * Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/license.html */ +#include "e_os.h" #include -#include /* * The routines really come from the Levitte Programming, so to make life @@ -23,7 +23,8 @@ #include "internal/o_dir.h" #define LPDIR_H -#if defined OPENSSL_SYS_UNIX || defined DJGPP +#if defined OPENSSL_SYS_UNIX || defined DJGPP \ + || (defined __VMS_VER && __VMS_VER >= 70000000) # include "LPdir_unix.c" #elif defined OPENSSL_SYS_VMS # include "LPdir_vms.c"