Use OpenSSL to generate the nonce.

This commit is contained in:
Jonathan Schleifer 2011-03-30 20:12:47 +02:00
parent 2a8547ce2b
commit 9547bd112f
5 changed files with 28 additions and 98 deletions

View file

@ -18,9 +18,7 @@ SRCS = XMPPAuthenticator.m \
XMPPSCRAMAuth.m \
XMPPStanza.m
INCLUDES := ${SRCS:.m=.h}
SRCS += arc4random_uniform.m
INCLUDES = ${SRCS:.m=.h}
include ../buildsys.mk