Displaying 1 result from an estimated 1 matches for "0x00000fffl".
Did you mean:
  0x00000fff
  
2010 Oct 01
4
Patching openssl rpms
...om /var/tmp/rpm-tmp.52066 (%prep)
The ssl.h.rej file has:
    ***************
  *** 497,503 ****
    
    /* SSL_OP_ALL: various bug workarounds that should be rather harmless.
     *             This used to be 0x000FFFFFL before 0.9.7. */
  - #define SSL_OP_ALL                                    0x00000FFFL
    
    /* DTLS options */
    #define SSL_OP_NO_QUERY_MTU                 0x00001000L
  --- 497,503 ----
    
    /* SSL_OP_ALL: various bug workarounds that should be rather harmless.
     *             This used to be 0x000FFFFFL before 0.9.7. */
  + #define SSL_OP_ALL...