summaryrefslogtreecommitdiffstats
path: root/ssl/d1_pkt.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-07-26 04:53:21 +0000
committerRichard Levitte <levitte@openssl.org>2005-07-26 04:53:21 +0000
commit04f15edb91fcb980a0da1976d5d3b6a56c8eb00a (patch)
tree06bcdb0e04f5f5d533fb8b700644e1e48d458e61 /ssl/d1_pkt.c
parent4e98a44593c489ef75db7d4977830d7b969fcb77 (diff)
I'm reversing this change, as it seems the error is somewhere else.
Diffstat (limited to 'ssl/d1_pkt.c')
-rw-r--r--ssl/d1_pkt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/d1_pkt.c b/ssl/d1_pkt.c
index a5238b15c4..ba1d661585 100644
--- a/ssl/d1_pkt.c
+++ b/ssl/d1_pkt.c
@@ -178,7 +178,7 @@ static int dtls1_record_needs_buffering(SSL *s, SSL3_RECORD *rr,
static int dtls1_buffer_record(SSL *s, record_pqueue *q,
unsigned char *priority);
static int dtls1_process_record(SSL *s);
-#ifdef PQ_64BIT_IS_INTEGER
+#if PQ_64BIT_IS_INTEGER
static PQ_64BIT bytes_to_long_long(unsigned char *bytes, PQ_64BIT *num);
#endif
static void dtls1_clear_timeouts(SSL *s);
@@ -1710,7 +1710,7 @@ dtls1_reset_seq_numbers(SSL *s, int rw)
memset(seq, 0x00, seq_bytes);
}
-#ifdef PQ_64BIT_IS_INTEGER
+#if PQ_64BIT_IS_INTEGER
static PQ_64BIT
bytes_to_long_long(unsigned char *bytes, PQ_64BIT *num)
{