View | Details | Raw Unified | Return to bug 29062 | Differences between
and this patch

Collapse All | Expand All

(-)crypto/heimdal/lib/vers/make-print-version.c (+1 lines)
Lines 41-46 Link Here
41
#ifdef KRB5
41
#ifdef KRB5
42
extern const char *heimdal_version;
42
extern const char *heimdal_version;
43
#endif
43
#endif
44
#undef KRB4 /* conflicts with krb4 version so removed */
44
#ifdef KRB4
45
#ifdef KRB4
45
extern char *krb4_version;
46
extern char *krb4_version;
46
#endif
47
#endif

Return to bug 29062