Skip to content

Commit

Permalink
Removed bonehfranklin.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lynn committed Mar 13, 2008
1 parent d2004bc commit 1da709b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 82 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ CONFIGURE_FILE(config.h.cmake config.h)

set(examplebin
example/bls
example/bonehfranklin
example/hess
example/joux
example/paterson
Expand Down
3 changes: 1 addition & 2 deletions example/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ maintainer-clean-local:
AM_CPPFLAGS = -I../include
LDADD = ../libpbc.la

noinst_PROGRAMS = bls bonehfranklin hess joux paterson yuanli zhangkim zss
noinst_PROGRAMS = bls hess joux paterson yuanli zhangkim zss

bls_SOURCES = bls.c
bonehfranklin_SOURCES = bonehfranklin.c
hess_SOURCES = hess.c
joux_SOURCES = joux.c
paterson_SOURCES = paterson.c
Expand Down
79 changes: 0 additions & 79 deletions example/bonehfranklin.c

This file was deleted.

0 comments on commit 1da709b

Please sign in to comment.