Explorar o código

ccm_memory_ex: disable until documented and fixed

Steffen Jaeckel %!s(int64=11) %!d(string=hai) anos
pai
achega
77cca4175f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/encauth/ccm/ccm_memory_ex.c

+ 1 - 1
src/encauth/ccm/ccm_memory_ex.c

@@ -15,7 +15,7 @@
   CCM support, process a block of memory, Tom St Denis
   CCM support, process a block of memory, Tom St Denis
 */
 */
 
 
-#ifdef LTC_CCM_MODE
+#if defined LTC_CCM_MODE && 0
 
 
 /**
 /**
    CCM encrypt/decrypt and produce an authentication tag
    CCM encrypt/decrypt and produce an authentication tag