rename status-code.h

This commit is contained in:
NIIBE Yutaka
2016-10-13 11:03:50 +09:00
parent c8b17a8759
commit 5795dc9877
5 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
2016-10-13 Niibe Yutaka <gniibe@fsij.org>
* src/status-code.h: Rename from openpgp.h.
* chopstx: Update to 1.2.
* tests: New test suite for OpenPGP card with PyTest.

View File

@@ -30,7 +30,7 @@
#include "config.h"
#include "gnuk.h"
#include "openpgp.h"
#include "status-code.h"
#include "random.h"
#include "polarssl/config.h"
#include "polarssl/rsa.h"

View File

@@ -30,7 +30,7 @@
#include "sys.h"
#include "gnuk.h"
#include "openpgp.h"
#include "status-code.h"
#include "random.h"
#include "polarssl/config.h"
#include "polarssl/aes.h"

View File

@@ -31,7 +31,7 @@
#include "gnuk.h"
#include "sys.h"
#include "openpgp.h"
#include "status-code.h"
#include "sha256.h"
#include "random.h"