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

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

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • 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.