diff options
Diffstat (limited to 'util/cert.c')
-rw-r--r-- | util/cert.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/util/cert.c b/util/cert.c index 8bc924468..0eaead586 100644 --- a/util/cert.c +++ b/util/cert.c @@ -37,7 +37,10 @@ /* Not every installation has gotten around to supporting CERTs yet... */ #ifndef T_CERT -#define T_CERT 37 +# define T_CERT 37 +# ifdef __VMS +# include "cert_vms.h" +# endif /* def __VMS */ #endif #ifdef USE_DNS_CERT |