• R
    ifdef cleanup, part 4a: '#ifdef undef' · a2b18e65
    Rich Salz 提交于
    This removes all code surrounded by '#ifdef undef'
    One case is left: memmove() replaced by open-coded for loop,
    in crypto/stack/stack.c  That needs further review.
    
    Also removed a couple of instances of /* dead code */ if I saw them
    while doing the main removal.
    Reviewed-by: NMatt Caswell <matt@openssl.org>
    a2b18e65
rc2test.c 5.8 KB