source: scripts/patches/openssl-0.9.7d-mit_krb5.patch @ d7f7ff5

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since d7f7ff5 was 7f65c0e, checked in by Jim Gifford <clfs@…>, 18 years ago

r625@server (orig r623): jim | 2005-10-31 12:43:24 -0800
Final Move

  • Property mode set to 100644
File size: 710 bytes
  • openssl-0.9.

    Submitted By: Ryan Oliver <ryan.oliver AT pha.com.au>
    Date: 2004-10-26
    Initial Package Version: 0.9.7d
    Origin: 
    Description: This patch fixes breakage when attempting to build against
      MIT kerberos 5 
    diff -uNr openssl-0.9.7d-orig/ssl/kssl.h openssl-0.9.7d/ssl/kssl.h
    old new  
    8181*/
    8282#ifdef KRB5_HEIMDAL
    8383typedef unsigned char krb5_octet;
     84#endif
     85
     86#ifndef FAR
    8487#define FAR
    8588#endif
    8689
     90/*
     91**      Need errno.h w MIT Krb5
     92*/
     93#ifdef KRB5_MIT
     94#include <errno.h>
     95#endif
     96
    8797/*      Uncomment this to debug kssl problems or
    8898**      to trace usage of the Kerberos session key
    8999**
Note: See TracBrowser for help on using the repository browser.