c63415e Add function to safely wipe memory.

Authored and Committed by simo 11 years ago
    Add function to safely wipe memory.
    
    This is useful for wiping passwords, as it prevents the compiler from
    optimizing out a memset to zero before a free()
    
        
file modified
+9 -0
file modified
+9 -0