X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=extlibs%2Ftinydtls%2Ftests%2Fpcap.c;h=b53dc8cdfe9244d685d223814b838ef0b246de41;hb=1cee1631595cac6a6394ac2e0b365c6dd5a42c68;hp=8f72f26be48c526092c6e1f721ec676efaa29aad;hpb=390866079e285d2c74918432c0d597d5da52f8a0;p=platform%2Fupstream%2Fiotivity.git diff --git a/extlibs/tinydtls/tests/pcap.c b/extlibs/tinydtls/tests/pcap.c index 8f72f26..b53dc8c 100644 --- a/extlibs/tinydtls/tests/pcap.c +++ b/extlibs/tinydtls/tests/pcap.c @@ -44,7 +44,7 @@ finalize_hash(uint8 *buf) { #if DTLS_VERSION == 0xfeff unsigned char statebuf[sizeof(md5_state_t) + sizeof(SHA_CTX)]; #elif DTLS_VERSION == 0xfefd - unsigned char statebuf[sizeof(DTLS_SHA256_CTX)]; + unsigned char statebuf[sizeof(dtls_sha256_ctx)]; #endif if (!hs_hash[0])