~ubuntu-branches/ubuntu/utopic/nettle/utopic-proposed

« back to all changes in this revision

Viewing changes to gcm.c

  • Committer: Package Import Robot
  • Author(s): Magnus Holmgren
  • Date: 2013-05-07 22:57:14 UTC
  • mfrom: (8.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20130507225714-s331yr8ov53dtt17
Tags: 2.7-2
Tag some (ECC related) symbols that only exist on some architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 * 
30
30
 * You should have received a copy of the GNU Lesser General Public License
31
31
 * along with the nettle library; see the file COPYING.LIB.  If not, write to
32
 
 * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
33
 
 * MA 02111-1307, USA.
 
32
 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 
33
 * MA 02111-1301, USA.
34
34
 */
35
35
 
36
36
#if HAVE_CONFIG_H
323
323
 */
324
324
void
325
325
gcm_set_key(struct gcm_key *key,
326
 
            void *cipher, nettle_crypt_func f)
 
326
            void *cipher, nettle_crypt_func *f)
327
327
{
328
328
  /* Middle element if GCM_TABLE_BITS > 0, otherwise the first
329
329
     element */