Skip to content
  • Ondřej Surý's avatar
    Move the dummy shims to single ifndef GSSAPI block · 565a6a56
    Ondřej Surý authored and Ondřej Surý's avatar Ondřej Surý committed
    Previously, every function had it's own #ifdef GSSAPI #else #endif block
    that defined shim function in case GSSAPI was not being used.  Now the
    dummy shim functions have be split out into a single #else #endif block
    at the end of the file.
    
    This makes the gssapictx.c similar to 9.17.x code, making the backports
    and reviews easier.
    565a6a56