4 * Copyright (C) 2011-2012 by Werner Lemberg.
6 * This file is part of the ttfautohint library, and may only be used,
7 * modified, and distributed under the terms given in `COPYING'. By
8 * continuing to use, modify, or distribute this file you indicate that you
9 * have read `COPYING' and understand and accept it fully.
11 * The file `COPYING' mentioned in the previous paragraph is distributed
12 * with the ttfautohint library.
19 /* we build a dummy `DSIG' table only */
22 TA_table_build_DSIG(FT_Byte
** DSIG
)
27 buf
= (FT_Byte
*)malloc(DSIG_LEN
);
29 return FT_Err_Out_Of_Memory
;
41 /* permission flags */