Commit 555b66e4 authored by Richard Levitte's avatar Richard Levitte
Browse files

Remove spurious ;



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent a33b1312
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -202,7 +202,7 @@ typedef struct ocsp_response_st OCSP_RESPONSE;
typedef struct ocsp_responder_id_st OCSP_RESPID;
typedef struct ocsp_responder_id_st OCSP_RESPID;


#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) \
#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) \
    && !defined(OPENSSL_SYS_VMS);
    && !defined(OPENSSL_SYS_VMS)
typedef intmax_t ossl_intmax_t;
typedef intmax_t ossl_intmax_t;
typedef uintmax_t ossl_uintmax_t;
typedef uintmax_t ossl_uintmax_t;
#else
#else