aab5620 Add compile check for EVP_PKEY_get_id along with EVP_PKEY_id

Authored and Committed by rcritten 2 years ago
    Add compile check for EVP_PKEY_get_id along with EVP_PKEY_id
    
    EVP_PKEY_id is no longer available as a function, only as a preprocessor
    macro, so AC_CHECK_FUNCS cannot recognize it.
    
    This was changed in OpenSSL 3.0.0-beta2
    
    https://bugzilla.redhat.com/show_bug.cgi?id=2008451
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    
        
file modified
+1 -0
file modified
+1 -1