This commit is contained in:
Kingdon 2015-09-10 00:56:36 -04:00 committed by Raymond Pasco
parent 60079d7676
commit 2bb098c1ed
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN) -D U3_LIB=\"$(LIB)\"
# NOTFORCHECKIN - restore -O3
# -DGHETTO \
# -DHUSH
CFLAGS= $(COSFLAGS) -O3 -msse3 -ffast-math \
CFLAGS= $(COSFLAGS) -O3 -ffast-math \
-funsigned-char \
-I/usr/local/include \
-I/opt/local/include \
@ -473,6 +473,7 @@ debinstall:
clean:
$(RM) $(VERE_OFILES) $(BIN)/urbit urbit.pkg $(VERE_DFILES)
$(RM) -r debian/files debian/urbit*
# 'make distclean all -jn' ∀ n>1 still does not work because it is possible
# Make will attempt to build urbit while it is also cleaning urbit..

View File

@ -30,7 +30,6 @@
#define _CRYPTO_SCRYPT_H_
#include <stdint.h>
#include <emmintrin.h>
void smix(uint8_t *, size_t, uint64_t, uint32_t *, uint32_t *);
void PBKDF2_SHA256(const uint8_t *, size_t, const uint8_t *, size_t,