Commented compiler options Wall Werror for Makefile

Corrected bit 0 for AIK flags to be least significant bit
This commit is contained in:
Sansar Choinyambuu
2011-09-08 12:08:09 +02:00
committed by Andreas Steffen
parent 1f3f3021d5
commit 78f1b194bb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ libimcv_la_SOURCES = \
tcg/tcg_pts_attr_get_aik.h tcg/tcg_pts_attr_get_aik.c \
tcg/tcg_pts_attr_aik.h tcg/tcg_pts_attr_aik.c
CFLAGS = -Wall -Werror
# CFLAGS = -Wall -Werror
SUBDIRS = .
+1 -1
View File
@@ -117,7 +117,7 @@ METHOD(pa_tnc_attr_t, build, void,
writer = bio_writer_create(PTS_AIK_SIZE);
if(this->naked_pub_aik) flags += 128;
if(this->naked_pub_aik) flags += 1;
writer->write_uint8 (writer, flags);
writer->write_data(writer, this->aik);