Lots of Win32 fixes for DTLS.
[oweals/openssl.git] / ssl / ssl3.h
index 437e3b62b2463dd72df2c3d0e523a4111a08f3b5..162bc79e044b9a2570b3cbb0a8a2cde0e756a9ae 100644 (file)
@@ -295,7 +295,7 @@ typedef struct ssl3_record_st
 /*rw*/ unsigned char *input;   /* where the decode bytes are */
 /*r */ unsigned char *comp;    /* only used with decompression - malloc()ed */
 /*r */  unsigned long epoch;    /* epoch number, needed by DTLS1 */
-/*r */  unsigned long long seq_num; /* sequence number, needed by DTLS1 */
+/*r */  BN_ULLONG seq_num; /* sequence number, needed by DTLS1 */
        } SSL3_RECORD;
 
 typedef struct ssl3_buffer_st