mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a "make world"-breaking inconsistency for those folks making
a world with both KRB4 and KRB5.
This commit is contained in:
parent
bacdf5fd3a
commit
93f09f075a
1 changed files with 3 additions and 1 deletions
|
|
@ -29,6 +29,8 @@
|
|||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
@ -42,7 +44,7 @@ RCSID("$Id: make-print-version.c,v 1.3 2000/08/16 11:30:04 assar Exp $");
|
|||
extern const char *heimdal_version;
|
||||
#endif
|
||||
#ifdef KRB4
|
||||
extern char *krb4_version;
|
||||
extern const char *krb4_version;
|
||||
#endif
|
||||
#include <version.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue