jaosorior / certmonger

Forked from certmonger 6 years ago
Clone

08df3cc Don't depend on getline(), in case it isn't there

Authored and Committed by nalin 8 years ago
    Don't depend on getline(), in case it isn't there
    
    Use a getline() substitute, since getline() itself might not always be
    present and declared.
    
        
file modified
+38 -1