mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-08 14:45:39 +00:00
There is currently no reason to have a different <cryb/impl.h>.
This commit is contained in:
parent
0442e0945a
commit
14ae73c0fc
8 changed files with 10 additions and 10 deletions
|
@ -27,7 +27,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "cryb/otp-impl.h"
|
||||
#include "cryb/impl.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -7,4 +7,4 @@ cryb_HEADERS += otp.h
|
|||
endif OTP_LIB
|
||||
|
||||
noinst_HEADERS = \
|
||||
otp-impl.h
|
||||
impl.h
|
||||
|
|
|
@ -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"
|
|
@ -27,7 +27,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "cryb/otp-impl.h"
|
||||
#include "cryb/impl.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "cryb/otp-impl.h"
|
||||
#include "cryb/impl.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "cryb/otp-impl.h"
|
||||
#include "cryb/impl.h"
|
||||
|
||||
#define PAM_SM_AUTH
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "cryb/otp-impl.h"
|
||||
#include "cryb/impl.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "cryb/otp-impl.h"
|
||||
#include "cryb/impl.h"
|
||||
|
||||
/* gcc's <cstdint> is broken */
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in a new issue