cgrzemba / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

60a4fa0 Ticket 49068 - 1.3.5 use std c99

Authored and Committed by William Brown 7 years ago
    Ticket 49068 - 1.3.5 use std c99
    
    Bug Description:  When we enabled the cve fix for constant time password comp,
    we included code that relied on a c99 feature. But we did not add the c99 flags
    to configure.ac. This has broken some distributions ports.
    
    Fix Description:  Add the AC_PROG_CC_STDC to configure.ac, and run autoreconf.
    
    https://fedorahosted.org/389/ticket/49068
    
    Author: wibrown
    
    Review by: mreynolds (thanks!)
    
        
file modified
+1 -0
file modified
+103 -62
file modified
+1 -2
file modified
+34 -18
file modified
+2124 -1309
file modified
+1 -0
file modified
+3510 -2018
file modified
+1465 -1085
file modified
+90 -37
file modified
+4 -3
file modified
+6 -6
file modified
+4 -3