There is currently no reason to have a different <cryb/impl.h>.

This commit is contained in:
Dag-Erling Smørgrav 2017-03-07 16:06:26 +01:00
parent 0442e0945a
commit 14ae73c0fc
8 changed files with 10 additions and 10 deletions

View File

@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
#include "cryb/otp-impl.h"
#include "cryb/impl.h"
#include <stdio.h>
#include <stdlib.h>

View File

@ -7,4 +7,4 @@ cryb_HEADERS += otp.h
endif OTP_LIB
noinst_HEADERS = \
otp-impl.h
impl.h

View File

@ -1,5 +1,5 @@
/*-
* Copyright (c) 2017 Dag-Erling Smørgrav
* Copyright (c) 2014-2016 Dag-Erling Smørgrav
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -27,8 +27,8 @@
* SUCH DAMAGE.
*/
#ifndef CRYB_OTP_IMPL_H_INCLUDED
#define CRYB_OTP_IMPL_H_INCLUDED
#ifndef CRYB_IMPL_H_INCLUDED
#define CRYB_IMPL_H_INCLUDED
#if HAVE_CONFIG_H
#include "config.h"

View File

@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
#include "cryb/otp-impl.h"
#include "cryb/impl.h"
#include <stdint.h>
#include <unistd.h>

View File

@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
#include "cryb/otp-impl.h"
#include "cryb/impl.h"
#include <stdio.h>
#include <stdlib.h>

View File

@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
#include "cryb/otp-impl.h"
#include "cryb/impl.h"
#define PAM_SM_AUTH

View File

@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
#include "cryb/otp-impl.h"
#include "cryb/impl.h"
#include <stdio.h>
#include <stdlib.h>

View File

@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
#include "cryb/otp-impl.h"
#include "cryb/impl.h"
/* gcc's <cstdint> is broken */
#include <stdint.h>