RIP BOOL. Convert BOOL -> bool. I found a few interesting
[tprouty/samba.git] / source / torture / t_asn1.c
index 98ee7baf929a870830136c9271c967cb84fe6afd..5862742bc12dea7c57460c582b56cae833ca2d40 100644 (file)
@@ -28,7 +28,7 @@ int main(void)
 {
        int i = 0;
        int val;
-       BOOL ok = True;
+       bool ok = True;
 
        for (i=0; tests[i].data != NULL; i++) {
                ASN1_DATA data;